Habit Tracker is a web application designed to help you track and build habits. Built using Svelte and Deno, the application leverages Supabase for SQL storage and authentication.
To get started with the Habit Tracker app, follow the steps below:
Clone the Repository:
git clone https://github.com/your-username/habit-tracker.git
cd habit-tracker
Install Dependencies: Make sure you have Deno installed. Then run:
deno install #
Setup Supabase:
Run the Application:
deno task dev
Access the App:
Open your browser and navigate to http://localhost:5173
to start using the Habit Tracker.
If you wish to contribute to the development of the Habit Tracker app, please fork the repository, make your changes, and submit a pull request. We welcome all contributions!
This project is licensed under the MIT License. See LICENSE for more details.