In this repo, you'll find the starter files and the finished files for the React Apps that we make in the courses: Make 10 React Apps (Series A) and Make 10 React Apps (Series B)
Series A | Series B |
---|---|
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/make-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 - Demo
- Markdown Editor - Demo
- Browser Tabs - Demo
- Paper Rock Scissors - Demo
- Moving Boxes and Zelda - Demo
- Infinite Image Gallery - Demo
- Trivia Game - Demo
- Authentication
- Web Speech and Timers - Demo
- Calendar Picker - Demo
- Chat Box - Demo
- Multi-Step Form w/ Context - Demo
- Memory Matching Game - Demo
- Drag and Drop Math Card - Demo
- Browser - Demo
- Real-Time Search - Demo
- Chart the Weather - Demo
- Shopping Cart
- Typing Speed Game
- Gatsby Site
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!