Counter App (test task)

  • Counter state is in composables/useCounterStore.js (pinia store)
  • Counter component is in components/Counter.vue
  • Display component is in components/Display.vue
  • Tailwind was added to the project for some basic styling.

How to run

  • pnpm install
  • pnpm dev
  • Node v20.15.0, pnpm v9.12.2