A todo list web application application built using react.
Clone the repository
git clone https://github.com/thegeekspad/react-todo-list.gitInstall dependencies
npm installRun JSON Server
npx json-server -p 3500 -w data/db.jsonRun the application
npm startThis project is licensed under the MIT License - see the LICENSE.md file for details