Skip to content
/ Aura Public

A fun web application where users can ask any question and get a random response, just like a Magic 8 Ball! Built with Flask, TailwindCSS, and JavaScript.

Notifications You must be signed in to change notification settings

mai-repo/Aura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ask the Aura - Magic 8 Ball App

A fun web application where users can ask any question and get a random response, just like a Magic 8 Ball! Built with Flask, TailwindCSS, and JavaScript.

Ask_Aura

Features

  • Interactive UI: Users can type a question and receive a random answer.
  • Dynamic Responses: Powered by a Flask backend with a predefined set of responses.
  • Responsive Design: Styled with TailwindCSS for a modern and responsive look.
  • Aura Animation: A glowing aura effect adds a magical touch to the app.

Installation

Steps

  1. Clone the repository:
    git clone https://github.com/mai-repo/Aura.git
  2. Create and activate a virtual environment:
    python3 -m venv venv
    source venv/bin/activate
  3. Install the required dependencies:
    pip install -r requirements.txt
  4. Run the Flask development server:
    flask run
  5. Open your browser and navigate to http://127.0.0.1:5000.

Usage

  1. Open the app in your browser.
  2. Type your question into the input field.
  3. Click the "Ask" button to receive a random response.
  4. Enjoy the magical aura animation while waiting for your answer!

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature-name
  3. Commit your changes and push to your fork:
    git commit -m "Add feature-name"
    git push origin feature-name
  4. Open a pull request on the main repository.

Acknowledgments

  • Flask for the backend framework.
  • TailwindCSS for the responsive design.
  • JavaScript for the interactive features.
  • Inspiration from the classic Magic 8 Ball exercise.

Happy asking!

About

A fun web application where users can ask any question and get a random response, just like a Magic 8 Ball! Built with Flask, TailwindCSS, and JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published