YouTube Clone
This project is a YouTube clone built using ReactJS. It fetches video and channel data from RapidAPI and is designed as a learning exercise for first-year IT students.
Features
- Video Search: Search for videos using keywords.
- Video Display: Display video results with thumbnails, titles, and descriptions.
- Channel Pages: View detailed information about channels, including channel descriptions, subscriber count, and video lists.
- Responsive Design: Works on mobile, tablet, and desktop.
Technologies Used
- ReactJS: Front-end library for building user interfaces.
- RapidAPI: For fetching video and channel data.
- SCSS: For styling components.
- React Router: For navigating between pages.