A comprehensive SvelteKit-based web application for tracking weight, height, and BMI with interactive visualizations and secure cloud storage.
git clone https://github.com/your-repo/wt-management.git
cd wt-management
npm install
.env
file in the root directory:VITE_API_KEY=your_firebase_api_key
VITE_AUTH_DOMAIN=your_project.firebaseapp.com
VITE_PROJECT_ID=your_project_id
VITE_STORAGE_BUCKET=your_bucket.appspot.com
VITE_MESSAGING_SENDER_ID=your_sender_id
VITE_APP_ID=your_app_id
npm run dev
http://localhost:5173
npm run build
npm run preview
Component | Technology |
---|---|
Framework | SvelteKit |
Authentication | Firebase Auth |
Database | Firestore |
Charts | Chart.js |
Styling | Tailwind CSS |
State Management | Svelte Stores |
We welcome contributions! Please follow these steps:
git checkout -b feature/your-feature
)git commit -m 'Add some feature'
)git push origin feature/your-feature
)MIT License - see LICENSE for details.
For questions or support, please contact: