Back to projects

Vue Coffee List

A coffee drink manager built to explore Vue, log drinks by category, search and sort the list, with an admin mode for managing entries.

What I built

A single-page app where you log in with a name, add coffees to your personal list (Espresso, Milk-based, Brew, Cold), search and sort the collection, and remove entries if you're an admin. Built with no external libraries — just Vue 3 and Vite — as a hands-on exercise in Vue fundamentals: computed properties, event handling, conditional rendering, and reactive state.

Stack used

  • Vue 3
  • Vite
  • JavaScript
  • CSS