This is a simple react todo list that lets you add and delete items.
First clone this repository.
$ git clone https://github.com/mchourishi/react-todo.gitInstall dependencies. Make sure you already have nodejs & npm installed in your system.
$ npm install # or yarnRun it
$ npm start # or yarn start- npm start will load the Todo List App in your browser.
- Simply add task
- To delete click on the added task.
