Skip to content

TaskManager app to organise your tasks. Tasks are organized with key attributes including title, description, creation date, priority, and status. The app enables users to add, edit, and delete tasks, sort by priority or creation date and lastly filter by status and priority. Additionaly, app features dark and light themes.

Notifications You must be signed in to change notification settings

PiotrOtta/TaskManager_Nuxt3

Repository files navigation

TaskManager app

by Piotr Otta

Latest Version

Made with

Nuxtjs NestJS

Description

TaskManager allows organisation of created tasks. Tasks are organized with key attributes including title, description, creation date, priority, and status. The app enables users to:

  • Add, edit, and delete tasks.
  • Sort tasks by priority or creation date.
  • Filter tasks by status and priority.

Additionaly, app features dark and light themes.

App's backend has static delays to allow frontend loading capabilities.

App showcase

Add tasks

TaskManager showcase - add and edit

Edit tasks

TaskManager showcase - add and edit

Delete tasks

TaskManager showcase - add and edit

Sort and filter tasks

TaskManager showcase - sort and filter

Themes

TaskManager showcase - themes

Notifications

TaskManager showcase - notifications

Movable dialogs

TaskManager showcase - movable dialogs

Used technologies

  • Node v20.17.0

  • npm 10.8.2

  • Programming editor: VScode

Setup

Install the dependencies for both frontend and backend:

npm run install:all

or just just npm install in root folder and in backend folder:

npm install && cd backend && npm install && cd..

Then run the app

Run the frontside app alongside backend:

npm run dev:all

or run individually frontend (root folder TaskManager_PiotrOtta) and backend (folder named backend):

npm run dev

About

TaskManager app to organise your tasks. Tasks are organized with key attributes including title, description, creation date, priority, and status. The app enables users to add, edit, and delete tasks, sort by priority or creation date and lastly filter by status and priority. Additionaly, app features dark and light themes.

Topics

Resources

Stars

Watchers

Forks