
This is a simple Todo App built with Vue.js 3 and Bootstrap. It was created as a learning project and serves as my first project in Vue.js.
- β Add, edit, and delete tasks
- βοΈ Mark tasks as complete
- π Filter tasks by status (To Do, In Progress, Completed)
- Vue.js 3
- Bootstrap
To get a local copy of the project up and running, follow these steps:
-
Clone the repository:
bash git clone https://github.com/RishabhSingh08/TodoAppVue.git
-
Navigate to the project directory:
bash cd todoapp
-
Install the dependencies:
bash npm install
-
Run the development server:
bash npm run serve
-
Open your browser and visit the link
Contributions are welcome! If you have any suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request.