https://github.com/maximemoreillon/habit-tracker-gui
A simple firebase app built using Svelte to keep track of habits
https://github.com/maximemoreillon/habit-tracker-gui
firebase svelte
Last synced: about 2 months ago
JSON representation
A simple firebase app built using Svelte to keep track of habits
- Host: GitHub
- URL: https://github.com/maximemoreillon/habit-tracker-gui
- Owner: maximemoreillon
- Created: 2023-01-07T12:23:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T00:26:02.000Z (almost 2 years ago)
- Last Synced: 2025-10-07T15:58:49.615Z (9 months ago)
- Topics: firebase, svelte
- Language: Svelte
- Homepage:
- Size: 947 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Habit tracker
A simple Firebase app with a Svelte GUI.
## Developing
Once you've created a project and installed dependencies with `npm install`, start a development server:
```bash
npm run dev
```