Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 758 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 758 Bytes

This is a youtube clone made with react.js

A learner project from Clever Programmer

Will recommend watching the tutorial from clever programmer helps build strongs basics of react.js, javascript and front end development. Also teaches hosting on firebase and deploying the website.

All componets are in src file.

Dependencies used:

  1. React.js

    npx create-react-app my-app

    cd my-app

    npm start

  2. Materials UI

    npm install @material-ui/core

    yarn add @material-ui/core

    npm install @material-ui/icons

    yarn add @material-ui/icons

  3. React Router

    $ npm install react-router-dom