This is a sample react todo app.
First clone this repository.
$ git clone https://github.com/alokinsoft/react-todo-app.gitInstall dependencies. Make sure you already have nodejs & npm installed in your system.
$ npm install # or yarnRun it
$ npm start # or yarn start