
A fun way to improve your lifestyle!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
No. | Section | Subsection |
---|---|---|
1 | About The Project | Built With |
2 | Getting Started | Prerequisites |
Installation | ||
3 | Usage | |
4 | Roadmap | |
5 | Contributing | |
6 | License | |
7 | Contact | |
8 | Acknowledgments |
Habit Heatmap is a web application that helps you track your habits and visualize your progress. It uses a heatmap to show you how well you are doing with your habits. The app is built with React, Tailwind, MongoDB, and Flask.
To get a local copy up and running follow these simple example steps.
-
Get a free API Key at api ninjas
-
Clone the repo
git clone https://github.com/IshmamF/habit-heatmap.git
-
Install NPM packages
npm install cal-heatmap
-
Enter your API in
config.js
const API_KEY = 'ENTER YOUR API';
-
Install Node.js
-
Navigate to the frontend directory
-
Run the following command to install the required packages
npm install
-
Run the following command to start the development server
npm start
-
Install Python
-
Run the following command to install the required packages
pip install -r requirements.txt
-
Run the following command to start the development server
python server/server.py
Backend: https://habit-heatmap-api-d98a01d08072.herokuapp.com/api/v1/ping
Deployed on Heroku, Go to deploy-back github actions
Frontend: https://habit-heatmap.vercel.app/
Deployed on Vercel, Go to deploy-back github actions
Vercel has automatic updates so adding CD to github actions isn't necessary for frontend.
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
- Habit Metrics
- Accountability Partner
- Social Sharing
- Allow users to share their progress on the app through posts and comments.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.