Play todoapp in your browser or mobile.
My final project todoapp, allows you to sign up, sign in and manage your own tasks as you want, giving you the possibility of create, archive, complete or delete.
https://boisterous-zabaione-16e9b0.netlify.app/
todoapp.mp4
todoappDesktop.mp4
- Vue - Reactive Front-end framework that makes easier to manipulate DOM, reactively and with a structured design pattern.
- Vite - Build tool that provides a fast Vue project deployment.
- Pinia - Pinia allows to create 'Stores' that you can access from all your components. (State)
- Supabase - A database that allows you an easy way to create, read, update and delete data, with some additions like user manage.
- Tailwind - CSS framework. Rapidly build without leaving the HTML and allows you to import so many components.