All the working files for the React 101 tutorials published on YouTube.
We will build 3 demos:
- Collapsible component
- Fetching data
- Currency converter
Each folder is a new project, you will need to repeat this process for all 3 projects.
- Open
01-Startfolder in VSCode - Navigate to
01-Startin the terminal - Run
npm installto install all dependencies - Run
npm run devto start the dev server - Visit
http://localhost:8080in the browser
You should see a demo looking exactly like in my videos. Follow step by step.