To do list made for exploring Vue framework and pinia for state management. In this webapp you can create as many tasks you want and track them through completed/uncompleted stages. Your tasks will be saved on local storage so you can check it whenever you want and close the app with no worries.
- Vue 3
- Typescript
- Pinia
- Options Api
- Responsive layout
- Local storage persistence
after cloning this repository to your machine run the following commands:
npm install
npm run dev