/task-track

To-do list app created with React

Primary LanguageJavaScript

Task Track

Welcome to Task Track! This is a simple web application for tracking your tasks. You can add, edit, delete, and reorder tasks easily.

You can access the project live here.

Features

  • Add new tasks
  • Edit existing tasks
  • Delete tasks
  • Reorder tasks
  • Complete tasks
  • Tasks are saved locally, so they persist even after refreshing the page

Getting Started

To run this project locally, follow these steps:

  1. Clone this repository: git clone https://github.com/evanckennedy/task-track.git
  2. Navigate to the project directory: cd task-track
  3. Install dependencies: npm install
  4. Start the development server: npm start