TaskIT and take control of your tasks today.
A nice looking to-do application built with Nuxt 2 (Vue.js 2), Vuex for state management, and TailwindCSS for styling. 🙃
-
Create, Update, Delete Tasks
-
Pending & Completed Tab Views
-
Due Date Option: Set due dates for your tasks
-
Duplicate Task: Duplicate existing tasks and customize them as needed
-
Past Due Date Highlight: TaskIT automatically highlights tasks that have passed their due date
- Nuxt 2
- Vuex
- TailwindCSS
-
Fully Mobile Responsive
-
Local Storage: Tasks are stored in the browser's local storage.
-
Component Tests
🖥️ Live demo - https://task-it-gamma.vercel.app/
$ npm install
$ npm run dev
npm run build
npm run start
To run tests, run the following command
npm run test