Skip to content

This is a simple Todo List project built with Vue 3 and Vite. The goal of this project is to provide a basic application for adding and removing tasks with categories, where the data is persisted using the browser's localStorage.

Notifications You must be signed in to change notification settings

Calebe-Xavier-Developer/simple-vue-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Vue 3 Todo List Project

Vue Simple Todo List

This is a simple Todo List project built with Vue 3 and Vite. The goal of this project is to provide a basic application for adding and removing tasks with categories, where the data is persisted using the browser's localStorage.

Project StructureTechnologies Used

  • Vue 3: A progressive JavaScript framework for building user interfaces.
  • Vite: A fast and optimized build tool for frontend development.
  • CSS: Styles for the application interface.
  • LocalStorage: Used for local storage of task data.

Project Structure

vue-simple-project/
├── .vscode/
├── node_modules/
├── public/
│   └── Simple vue todo list.gif
├── src/
│   ├── App.vue
│   ├── main.css
│   ├── main.js
│   ├── style.css
├── .gitignore
├── index.html
├── package-lock.json
├── package.json
├── README.md
├── vite.config.js

About

This is a simple Todo List project built with Vue 3 and Vite. The goal of this project is to provide a basic application for adding and removing tasks with categories, where the data is persisted using the browser's localStorage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published