Welcome to the habitTracker repository! This is a simple habit tracking web application built with Flask and MongoDB. Users can create habits and mark them as completed. This README provides essential information to get you started with the habitTracker application.
Follow the instructions below to set up and run the habitTracker application on your local machine.
Make sure you have the following installed on your machine:
-
Clone the repository to your local machine:
git clone https://github.com/ErikaItzelDiaz/habitTracker.git
-
Navigate to the project directory:
cd habitTracker
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Open your web browser and go to http://localhost:5000 to access the habitTracker application.
-
Start tracking
- Search Dates: Filter through dates.
- Create a habit: Create a dily habit.
- Complete a habit: view and complete habits.
Project inspired by Jose Salvatierra
If you have any questions or suggestions, feel free to reach out to the project owner:
- Erika Itzel Diaz
- GitHub: ErikaItzelDiaz
Happy Tracking!