In this repo, you'll find the starter files and the finished files for the 20 React Apps that we make in the course: Make 20 React Apps
Clone this repo. Or you can fork it so that you can track your progress in your own repo.
- Clone it:
git clone git@github.com:chris-on-code/20-react-apps.git
Each application has its own folder. In each app folder is a finished
and start
folder. You can see the final app or start working in the start folder with the following steps:
cd
into a folder- Install dependencies:
npm install
oryarn
- Start the React app:
npm start
oryarn start
- Pomodoro - Preview - Demo
- Markdown Editor - Preview - Demo
- Browser Tabs - Preview - Demo
- Paper Rock Scissors - Preview - Demo
- Moving Boxes and Zelda - Preview - Demo
- Infinite Image Gallery - Preview - Demo
- Trivia - Preview - Demo
- Drag and Drop Math Card - Preview - Demo
- Web Speech and Timers - Preview - Demo
- Calendar Picker - Preview - Demo
- Chat Box - Preview - Demo
- Multi-Step Form w/ Context - Preview - Demo
- Memory Matching Game - Preview - Demo
- Browser - Preview - Demo
- Authentication - Preview
- More apps to be added...
Need some help? Email me at hey@chrisoncode.io or DM me on Twitter: @chrisoncode.
If you've found some problems with the files and apps we've built, I'm happy to look at pull requests. I try to keep these files as close to the videos as possible so I'm not looking for full rewrites.
Any big errors or clarifications that you see, pull requests are appreciated!