Skip to content

ndero/bucketlist-app

Repository files navigation

Vue Bucketlist front end

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.

Snapshot

Screenshot of registration page

Setting up locally

Clone the repo and install node modules
git clone https://github.com/ndero/bucketlist-frontend.git
cd bucketlist-frontend
npm install
Compile and hot-reload for development
npm run dev
Compile and minify for production
npm run build
Run unit tests with Vitest
npm run test:unit
Run unit tests with coverage
npm run test:coverage

Releases

No releases published

Packages

 
 
 

Contributors

Languages