Skip to content

DulanHewage/TaskIT

Repository files navigation

TaskIT 📝

TaskIT and take control of your tasks today.

Vercel

A nice looking to-do application built with Nuxt 2 (Vue.js 2), Vuex for state management, and TailwindCSS for styling. 🙃

Features

  1. Create, Update, Delete Tasks

  2. Pending & Completed Tab Views

  3. Due Date Option: Set due dates for your tasks

  4. Duplicate Task: Duplicate existing tasks and customize them as needed

  5. Past Due Date Highlight: TaskIT automatically highlights tasks that have passed their due date

Techstack

  • Nuxt 2
  • Vuex
  • TailwindCSS

Other Features

  • Fully Mobile Responsive

  • Local Storage: Tasks are stored in the browser's local storage.

  • Component Tests

Installation (Local)

install dependencies

$ npm install

serve with hot reload at localhost:3000

$ npm run dev

build for production and launch server

npm run build
npm run start

Running Tests

To run tests, run the following command

  npm run test

About

TO-DO app built with Nuxt 2 and TailwindCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published