Skip to content

YaroslavN1/tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks list app

About

The app lists all tasks in tasksList.json file in pages, and allows you to filters them by category and/or by name. You can also delete tasks by pressing X icon at the end of each task tile. Application is implemented with Vue.js framework, using Pinia as a store. As a component framework Vuetify was used, and pnpm as a package manager.

Installing dependencies

npm install

or

pnpm i

Starting the app in development mode

npm run dev

or

pnpm run dev

Building the app for production

npm run build

or

pnpm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published