- Clone this repo using
git clone https://github.com/VJ-Jain/React-ToDo.git
- Change working directory:
cd React-ToDo
. - Run
npm install
to install dependencies. - Run
npm start
to see the example app athttp://localhost:3000
.
- Type new note, click + to add the note.
- Click on the note to delete it.
This project was bootstrapped with Create React App.