Skip to content

Repository files navigation

MyToDoApp

This is the final project of the Ironhack's FrontEnd bootcamp.

AppLogo

Brief

This project is a To-do app created with Vue.js that allows users to create an account, record tasks, edit them and mark them as complete (CRUD operations). The app is linked to a database, where all the user and task data are stored. The database that used for this project is Supabase.

Technical specifications

Tech Stack

App Functionalities

  • Authentication (sign up, sign in, sign out)
  • (Create) An ability to add new tasks
  • (Read) A front-end that displays the user's personal to-do list
  • (Update) An ability to edit existing tasks
  • (Update) An ability to mark tasks as complete/incomplete
  • (Delet) An ability to delete existing tasks

Live demo

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

License (MIT)

Copyright 2022

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages