Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 842 Bytes

README.md

File metadata and controls

55 lines (36 loc) · 842 Bytes

Todo App

🚀 Test it yourself

https://todo.wavecloud.pl

🔥 Features

  • localStorage data save
  • Asynchronous data fetching/adding
  • Easy to maintain
  • Fast and simple
  • Responsive design
  • Custom made components
  • Sortable list with multiple options
  • Editable name of your TODO list
  • Priorities for your tasks

🛠️ Installation Steps:

1. Copy github repositorium

git clone https://github.com/quartze/todo-app.git todo-app

2. Install all libraries

npm install

yarn install

bun install

3. Run!

npm run dev

yarn dev

bun dev

💻 Built with

Technologies used in the project:

  • Nuxt3
  • @vue/iconify
  • Pinia
  • TailwindCSS