This is a task tracker application built using ReactJS and JSON Server. The application allows users to create, update, and delete tasks in a dynamic user interface.
- Add a task with task name and reminder
- Delete a task
- Toggle reminder on/off
To run this application locally, follow these steps:
- Clone the repository to your local machine.
- Install the dependencies using npm install.
- Start the JSON server using npm run server.
- Start the application using npm start.
- JavaScript, ReactJS, CSS
- JSON Server
- Add authentication and user accounts
- Allow users to edit tasks
- Add notification feature