DueTrack is a deadline tracker app, built with React and TypeScript. I want an app to keep track of my tasks' due dates easily so that I wouldn't miss any of them, and keep myself accountable as well. I also build this side project for both learning purposes and personal usage.
Vite
React.js
TypeScript
Tailwind CSS
CSS Module
Vitest
Testing Library
Jotai
Here's what DueTrack offers:
- Add deadlines
- Edit deadlines
- View the countdown for each deadline
To run the project in your local environment, follow these steps:
- Clone the repository to your local machine.
- Run npm install or pnpm install or yarn in the project directory to install the required dependencies.
- Run npm run start or pnpm run start or yarn start to get the project started.
- Open http://localhost:5173 (or the address shown in your console) in your web browser to view the app.