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-Start
folder in VSCode - Navigate to
01-Start
in the terminal - Run
npm install
to install all dependencies - Run
npm run dev
to start the dev server - Visit
http://localhost:8080
in the browser
You should see a demo looking exactly like in my videos. Follow step by step.