A simple task tracker app made using React as frontend and json server as backend
- Add tasks
- Delete tasks
- Double tap to set and remove reminder
- Clone the repository
- Install node modules
npm install - Start json server
npm run server - Start the application
npm start - View the application in browser at
http://localhost:3000 - View the db json file at
http://localhost:5000/tasks