π Welcome to the Daily Goals Tracking Project! This Django-based application allows users to set daily goals for the next day, mark them as completed, and receive motivational quotes. The application is designed to help users stay organized and motivated to achieve their daily goals. It is deployed on the Render cloud platform.
-
Daily Goals: Set and track daily goals for the next day.
-
Goal Completion: Mark goals as completed once they are achieved.
-
Motivational Quotes: Receive daily motivational quotes for inspiration.
-
Explore the live demo of the Daily Goals Tracking Project here.
-
Set your daily goals for the next day.
-
Mark goals as completed when achieved.
-
Receive motivational quotes to stay inspired.
To run this project locally for development purposes, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/rajatrawal/goals-tracking-django.git
-
Navigate to the project directory:
cd goals-tracking-django
-
Install dependencies:
pip install -r requirements.txt
-
Run migrations:
python manage.py migrate
-
Create a superuser for admin access:
python manage.py createsuperuser
-
Start the development server:
python manage.py runserver
-
Open your web browser and explore the project locally at http://localhost:8000/.
-
Django: Backend framework for building robust web applications.
-
Bootstrap: Frontend framework for responsive and attractive styling.
If you'd like to contribute to this project, have suggestions for improvement, or wish to add more features, please feel free to submit issues or pull requests on GitHub. Your contributions are appreciated! π
Thank you for using the Daily Goals Tracking Project. Stay organized, stay motivated! ππ