Simple Todo App written in Vue. It's made only for learning purpose.
Features:
- Make new todos
- Complete and uncomplete todos
- Delete existing todos.
- Switch theme.
git clone https://github.com/ThatsEmbarrassing/vue-todo-app . # Clone repository
bun install # Install dependencies
bun run dev # Run development version