FeelGoodNow is a comprehensive wellness application designed specifically for women dealing with PCOS (Polycystic Ovary Syndrome). It provides tools and resources to help users track their health, access exercise videos, and use a chatbot for personalized support. The main functionalities of the application include authentication, health tracking, exercise recommendations, and a chatbot tailored for PCOS-related concerns. ##Purpose and Problem Solved PCOS (Polycystic Ovary Syndrome) is a common health problem affecting many women, which can lead to various challenges including irregular menstrual cycles, weight gain, and increased risk of diabetes. Managing PCOS often requires a combination of lifestyle changes, including diet and exercise, as well as regular monitoring of health parameters. FeelGoodNow is designed to provide an all-in-one solution for women with PCOS to:
Track their health: Monitor various health metrics and compare them to ideal values to better understand their condition and progress. Access exercise resources: Find recommended exercise videos specifically curated to help manage PCOS symptoms and improve overall health. Receive personalized support: Utilize a chatbot designed to offer advice, answer questions, and provide support tailored to the needs of women with PCOS.
##Landing Page
The landing page of FeelGoodNow welcomes users with a clean and engaging interface that emphasizes the importance of making fitness a lifestyle. It encourages users to commit to regular exercise, embrace a healthier lifestyle, and embark on a journey towards a stronger and happier self

-
Sign Up: New users can create an account to access all features of the application.
-
Login: Existing users can log in to their accounts to continue using the application.
-
Logout: Users can securely log out of their accounts when they are done using the application.
-
Health Tracker
- Users can input their health data and compare it to ideal data to monitor their progress and make informed decisions about their health.
-
Exercise Videos
- The application provides recommended exercise videos tailored to the needs of women with PCOS.
-
Chatbot for PCOS
- A chatbot feature that offers support and information specifically for women and girls dealing with PCOS.
- An overview of all categories available in the application for easy navigation.
To get a local copy up and running, follow these simple steps.
- Python 3.x
- Git
- Virtual Environment (optional but recommended)
- Clone the repository:
git clone https://github.com/Avadhesh2/FeelGoodNow.git
- Navigate to the project directory:
cd FeelGoodNow - Create a virtual environment (optional):
python -m venv venv
- Activate the virtual environment:
- For Windows:
.\venv\Scripts\activate
- For MacOS/Linux:
source venv/bin/activate
- For Windows:
- Install the required packages:
pip install -r requirements.txt
- Run the application:
python manage.py runserver
- Open your web browser and navigate to
http://127.0.0.1:8000to access FeelGoodNow.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- 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.





