A modern habit tracking application built with Svelte 5 and Vite, designed to help you build positive habits and track your progress over time.
# Clone the repository
git clone https://github.com/Coraa-12/habit-builder.git
# Navigate to the project directory
cd habit-builder
# Install dependencies
npm install
# Start the development server
npm run dev
The application will be available at http://localhost:5173.
# Build the application
npm run build
# Preview the production build
npm run preview
The application is automatically deployed to GitHub Pages when changes are pushed to the main branch.
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.
This project was created to help users build and maintain positive habits. Track your progress, stay accountable, and improve your life one habit at a time.