https://github.com/lyannabueno/to_do-vue
This to-do list app allows users to easily add, edit, and delete tasks. It features a simple and user-friendly interface where tasks can be marked as completed, helping users stay organized and manage their tasks efficiently. The design prioritizes ease of use and accessibility, offering a smooth task management experience.
https://github.com/lyannabueno/to_do-vue
css3 git html5 javascript nodejs vitejs vuejs webdevelopment
Last synced: 3 months ago
JSON representation
This to-do list app allows users to easily add, edit, and delete tasks. It features a simple and user-friendly interface where tasks can be marked as completed, helping users stay organized and manage their tasks efficiently. The design prioritizes ease of use and accessibility, offering a smooth task management experience.
- Host: GitHub
- URL: https://github.com/lyannabueno/to_do-vue
- Owner: lyannabueno
- Created: 2024-07-23T22:27:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T03:34:14.000Z (over 1 year ago)
- Last Synced: 2025-04-08T21:37:08.557Z (about 1 year ago)
- Topics: css3, git, html5, javascript, nodejs, vitejs, vuejs, webdevelopment
- Language: Vue
- Homepage: https://to-do-vue-peach.vercel.app
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do Vue â

## Features đ
- **Task Management:** Add, edit, and delete tasks with ease.
- **Responsive Design:** Optimized for both desktop and mobile devices.
- **User-Friendly Interface:** Clean and intuitive design for better usability.
## Technologies Used đ
#### What I learned in this project:
- Setting up a Vue 3 project with Vite.
- Implementing reactive components.
- Efficient task management using local state.
## How to Navigate đšī¸
To explore the application, visit the hosted project or run it locally using the instructions below.
### Steps to Run
1. **Clone or download the repository:**
```bash
git clone https://github.com/lyannabueno/todo-vue.git
```
2. **Install dependencies:**
```bash
npm install
```
3. **Run the project for development:**
```bash
npm run dev
```
4. **Build for production:**
```bash
npm run build
```
## Contributions đĢ
Contributions are welcome! If you have ideas to improve this To-Do app, feel free to fork the repository, make changes, and submit a pull request.
## Contact đŠ
Ana Bueno - anabuenogomes@hotmail.com
Project link: https://to-do-vue-peach.vercel.app/