Skip to content

The code for the apps for the premium video course: Make 20 React Apps

Notifications You must be signed in to change notification settings

singhrajkr/20-react-apps

 
 

Repository files navigation

Make 20 React Apps

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

To Start

Clone this repo. Or you can fork it so that you can track your progress in your own repo.

  1. Clone it: git clone [email protected]: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:

  1. cd into a folder
  2. Install dependencies: npm install or yarn
  3. Start the React app: npm start or yarn start

The 20 Apps + Preview + Demo

  1. Pomodoro - Preview - Demo
  2. Markdown Editor - Preview - Demo
  3. Browser Tabs - Preview - Demo
  4. Paper Rock Scissors - Preview - Demo
  5. Moving Boxes and Zelda - Preview - Demo
  6. Infinite Image Gallery - Preview - Demo
  7. Trivia - Preview - Demo
  8. Drag and Drop Math Card - Preview - Demo
  9. Web Speech and Timers - Preview - Demo
  10. Calendar Picker - Preview - Demo
  11. Chat Box - Preview - Demo
  12. Multi-Step Form w/ Context - Preview - Demo
  13. Memory Matching Game - Preview - Demo
  14. Browser - Preview - Demo
  15. Authentication - Preview
  16. More apps to be added...

Getting Help

Need some help? Email me at [email protected] or DM me on Twitter: @chrisoncode.

Pull Requests

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!

About

The code for the apps for the premium video course: Make 20 React Apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 39.1%
  • JavaScript 34.1%
  • HTML 26.8%