React Todo App
This is a react todo app done step-by-step.
Image showing Active List of items in todo list
Image showing Completed List of tasks from todo list
Instructions
First clone this repository.
$ git clone https://github.com/khmasai/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