A Vue 3 application for tracking and monitoring your daily mood patterns.
- Track daily mood entries
- Visualize mood trends over time
- User-friendly interface built with Vue 3
- Vue 3 - Progressive JavaScript framework
- Vite - Fast build tool and development server
- Script Setup - Composition API syntax
-
Install dependencies:
npm install
-
Start development server:
npm run dev
-
Build for production:
npm run build
This project uses Vue 3 <script setup> SFCs. Learn more in the script setup docs.
For IDE support, check out the Vue Docs Scaling up Guide.