This repo contains the examples from a tutorial I followed to learn reactjs. The tutorial is provided by freecodecamp. Link given below. It's a 5 hour long tutorial and really useful for beginners to kickstart react.
https://www.youtube.com/watch?v=DLX62G4lc44
Steps to Follow
==========================================================================
- Clone the respository
- Do an 'npm install'
- Run the program with 'npm start'