This is a Todo app built with Vue3 and local storage for practice.
https://todoer-kz40.onrender.com
- Add task
- Edit task
- Delete task
- Data persistence
To deploy this project run
npm i && npm run build
Clone the project
git clone https://link-to-project
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run serve