Task Tracker is a simple task management application that allows users to create, read, update and delete tasks.
- Create tasks with a title, description and due date
- View all tasks in a list
- Update tasks with new information
- Delete tasks that are no longer needed
- Frontend: React, TypeScript, CSS
- Backend: None (local storage is used for data storage)
- Clone the repository
- Open the project in your favorite code editor
- Run
npm start
to start the development server - Open http://localhost:3000 in your web browser to view the application
Task Tracker is licensed under the MIT License. See LICENSE for more information.