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.
- Add new tasks
- Edit existing tasks
- Delete tasks
- Reorder tasks
- Complete tasks
- Tasks are saved locally, so they persist even after refreshing the page
To run this project locally, follow these steps:
- Clone this repository:
git clone https://github.com/evanckennedy/task-track.git
- Navigate to the project directory:
cd task-track
- Install dependencies:
npm install
- Start the development server:
npm start