Steps to run this code
- git clone https://github.com/simonDungeon/to-do.git
- cd into the folder
npm install
npm start
- Open browser and localhost
Steps/commands to start a new ReactJS app
npx create-react-app name-of-the-project
- cd name-of-the-project
npm install
npm start
- Goto browser and open http://localhost:3000 and Voila!
Below are the resource for reference
https://developer.mozilla.org/en-US/docs/Web/JavaScript https://reactjs.org/tutorial/tutorial.html https://github.com/nadirlaskar/into-react