Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 761 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 761 Bytes

Task Tracker

Task Tracker is a simple task management application that allows users to create, read, update and delete tasks.

Features

  • 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

Technologies Used

  • Frontend: React, TypeScript, CSS
  • Backend: None (local storage is used for data storage)

How to Run

  1. Clone the repository
  2. Open the project in your favorite code editor
  3. Run npm start to start the development server
  4. Open http://localhost:3000 in your web browser to view the application

License

Task Tracker is licensed under the MIT License. See LICENSE for more information.