Skip to content

Avadhesh2/FeelGoodNow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FeelGoodNow

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.

Features

##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 image

Authentication

  • Sign Up: New users can create an account to access all features of the application.

  • image

  • Login: Existing users can log in to their accounts to continue using the application.

  • image

  • Logout: Users can securely log out of their accounts when they are done using the application.

Categories

  1. 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.

    User Input for Data Comparison

  2. Exercise Videos

    • The application provides recommended exercise videos tailored to the needs of women with PCOS.

    Exercise Recommended Video

  3. Chatbot for PCOS

    • A chatbot feature that offers support and information specifically for women and girls dealing with PCOS.

    Chatbot for PCOS

Overall Categories View

  • An overview of all categories available in the application for easy navigation.

Category Overview

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

  • Python 3.x
  • Git
  • Virtual Environment (optional but recommended)

Installation

  1. Clone the repository:
    git clone https://github.com/Avadhesh2/FeelGoodNow.git
  2. Navigate to the project directory:
    cd FeelGoodNow
  3. Create a virtual environment (optional):
    python -m venv venv
  4. Activate the virtual environment:
    • For Windows:
      .\venv\Scripts\activate
    • For MacOS/Linux:
      source venv/bin/activate
  5. Install the required packages:
    pip install -r requirements.txt

Usage

  1. Run the application:
    python manage.py runserver
  2. Open your web browser and navigate to http://127.0.0.1:8000 to access FeelGoodNow.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project.
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature).
  3. Commit your Changes (git commit -m 'Add some AmazingFeature').
  4. Push to the Branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors