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.git
Install dependencies. Make sure you already have nodejs
& npm
installed in your system.
$ npm install # or yarn
Run 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.