Track Tasks is a simple client-side application built with React and Tailwind CSS that helps you manage your tasks using Web Storage API's Local Storage.
-
Clone the repository.
git clone https://github.com/sheeeng/track-tasks.git cd track-tasks -
Install just.
-
Install dependencies.
just install
-
Run the development server.
just dev
-
Open your browser and navigate to the URL provided in the terminal.
http://localhost:3000
If you prefer not to install just, use npm directly.
-
Install dependencies.
npm install -
Run the development server.
npm run dev -
Open your browser and navigate to the URL provided in the terminal.
http://localhost:3000
- https://track-tasks-3bac89b9.web.app/
- https://track-tasks-3bac89b9.firebaseapp.com/
- track-tasks-eight.netlify.app
- track-tasks-eight.vercel.app
- sheeeng.github.io/track-tasks
This work is dual licensed under the Apache License 2.0 and the MIT License.
You may choose either license when you use this work.
SPDX-License-Identifier: Apache-2.0 OR MIT