In this lab, I have developed a task manager app based on VUE+Nuxt framework. It includes persistent states managed with Pinia and its plugin PersistedState.
- Front End Framework: Vue 3 + Nuxt
- State management: Pinia
- Styles: Tailwind CSS
Features
- Custom UI: Mockup made in Figma from scratch
I recommend using the pnpm package manager in this project
Install dependencies:
pnpm install
Start development server:
pnpm dev