A vue frontend to consume the bucketlist API.
- Add bucketlists.
- Add items to bucketlists.
- Inline editing of items.
- Delete items.
- Mark items as done.
- Show/hide items.
- Toggle edit and delete buttons.
git clone https://github.com/ndero/bucketlist-frontend.git
cd bucketlist-frontend
npm install
npm run dev
npm run build
Run unit tests with Vitest
npm run test:unit
npm run test:coverage
