This app is a daily to-do tracker designed to help users efficiently manage and organize their tasks. Key features include customizable task lists. The app is designed with a clean, user-friendly layout, ensuring a seamless experience for managing daily responsibilities and boosting productivity.
To run this project yoy need:
- Clone this repo:
git clone https://github.com/OSpyrydonov/vue-todo-app.git
- Open this repo on your IDE:
code vue-todo-app
- Istall depedencies:
npm i
or
npm install
- Start the project:
npm run dev