Skip to content

ShavonHarris-Dev/Breathe

Repository files navigation

FantasiaAI

A web application designed to help users lessen anxiety through various exercises and techniques.

Table of Contents

  • Introduction
  • Features
  • Installation
  • Usage
  • Contributing
  • License

Introduction

FantasiaAI is a project aimed at providing users with tools and exercises to manage and reduce anxiety. This project is built using JavaScript, CSS, Python, and HTML.

Features

  • Guided breathing exercises
  • Meditation sessions
  • Anxiety tracking
  • User-friendly interface

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/ShavonHarris-Dev/FantasiaAI.git
  2. Navigate to the project directory:
    cd FantasiaAI
  3. Install dependencies:
    npm install
  4. Set up the Flask environment:
    pip install -r requirements.txt

Usage

Once the project is set up, you can start the Flask application by running:

flask run

Open your browser and navigate to http://localhost:5000 to see the application in action.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes and commit them:
    git commit -m "Add feature"
  4. Push to the branch:
    git push origin feature-branch
  5. Open a pull request.

License

This project is licensed under the MIT License.