Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxjdev/to_do_list-using-vue_js

To Do List using VueJS, HTML, Bootstrap, JavaScript and Vite
https://github.com/maxjdev/to_do_list-using-vue_js

bootstrap css html javascript vite vuejs

Last synced: about 1 month ago
JSON representation

To Do List using VueJS, HTML, Bootstrap, JavaScript and Vite

Awesome Lists containing this project

README

        

Project: To Do List using VueJS, Bootstrap and Vite Deploy

### Techs Used

![Vue.js](https://img.shields.io/badge/vuejs-%2335495e.svg?style=for-the-badge&logo=vuedotjs&logoColor=%234FC08D)
![Bootstrap](https://img.shields.io/badge/bootstrap-%238511FA.svg?style=for-the-badge&logo=bootstrap&logoColor=white)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)

## Image

## Description

A minimalist to-do list app built with Vue.js, Bootstrap, Vite, JavaScript.

### Highlighted Features

- **Vue.js:**
- Use of Vue.js to build the To Do List.

- **Bootstrap:**
- Integration of the Bootstrap framework for styling.

- **Vite:**
- Using Vite as a development environment to speed up the creation of Vue.js projects.

- **Task Management:**
- Adding, removing, marking tasks as completed and filters.

## How to Start the Project

- **Clone the Repository:**

```bash
git clone https://github.com/your-username/repository-name.git
```
```bash
cd repository-name
```
```bash
npm install
```
```bash
npm run dev
```

## Contributing

We welcome and appreciate your contributions to this project! Whether you have suggestions, bug fixes, or new features you'd like to add, please feel free to fork this repository.

### How to Contribute

1. Fork the project.
2. Create a branch for your contribution: `git checkout -b my-contribution`.
3. Make your changes and commit: `git commit -m 'Add my contribution'`.
4. Push to your branch: `git push origin my-contribution`.
5. Open a pull request for review.

## Feedback and Issues

If you have contributions, suggestions, or feedback, feel free to open an issue.