TodoApp is a task management application that helps users organize their pending activities. It utilizes essential dependencies such as bootstrap, immutability-helper, keycode-js, react, react-dom, recompose, and react-scripts.
First clone this repository.
$ git clone https://github.com/Johnny1305/TodoApp.gitInstall dependencies. Make sure you already have nodejs & npm installed in your system.
$ npm install # or yarnRun it
$ npm start # or yarn start