Frontend¶
The frontend is a Nuxt 3 application located in app/.
Stack¶
- Nuxt 3 + Vue 3 + TypeScript
- TailwindCSS
- Pinia for state management
Key Folders¶
app/pages/for route pagesapp/stores/for Pinia storesapp/composables/for reusable logicapp/server/api/for server API routes and proxies