Habify is a simple, visually rewarding habit tracker that uses growing plants (SVGs) instead of boring charts to show your progress.
- Node.js (Recommended LTS version 16 or 18)
- npm (comes bundled with Node.js)
Clone the repo:
git clone <your-repo-url>
Navigate into the project folder:
cd habify
Install dependencies:
npm install
Start the development server:
npm run dev
Open your browser at http://localhost:5173 (or the URL shown in your terminal)
🛠 Tech Stack
React + Vite (lightweight and fast)
Tailwind CSS (for sleek styling)
SVG animations (for visual progress)
LocalStorage (to save habits locally)
⚙️ Features
Add/Delete custom habits with emojis or icons
Visual progress via animated plant growth
Dark/Light mode toggle
Persistent data saved in LocalStorage
🧑🤝🧑 Contributing
Feel free to fork, submit PRs, or open issues!
This project is just getting started.