/youtube-clone

IF LINK FAILS HOST LOCALLY TO VIEW PROJECT

Primary LanguageJavaScript

Responsive YouTube Clone: Built with React & Material UI

This YouTube clone showcases my ability to build user-friendly and responsive React applications.

Key Skills Demonstrated:

  • Modern React (18): Functional components & clean code structure for maintainability.
  • Material UI Mastery (v5): Crafted a visually appealing and modern UI.
  • Seamless Data Fetching: Utilized Axios & RapidAPI for efficient data integration.
  • Responsive Design Expertise: Ensured adaptability across all devices (desktop, mobile, etc.)

Standout Qualities:

  • User-Centric Design: Prioritized an intuitive and enjoyable user experience.
  • API Integration Proficiency: Proficient in working with external APIs.

Cloning the repository

git clone https://github.com/AldinRekic/youtube-clone.git

Install packages

npm i

Setup .env file

REACT_APP_RAPID_API_KEY =

Start the app

npm start