A React SPA that lets you track daily habits as a growing virtual garden—complete with morning reminders and voice‑activated check‑ins!
- Add Habits with name, category, and color
- Daily Check‑In via checkbox
- Garden View shows your streak as an emoji plant (🪴 → 🌱 → 🌿 → 🌳 → 🌸)
- 9 AM Notifications remind you to check in
- Voice Check‑In (“🎤 Voice Check-In” button) lets you toggle a habit by speaking its name
- Node.js (v14+) & npm
# Clone your repo locally (replace <username> and repo name)
git clone https://github.com/<username>/habit-garden.git
cd habit-garden
# Install dependencies
npm install
#start
npm start