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.

- 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.
- Clone the repository:
git clone https://github.com/mai-repo/Aura.git
- Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate
- Install the required dependencies:
pip install -r requirements.txt
- Run the Flask development server:
flask run
- Open your browser and navigate to
http://127.0.0.1:5000
.
- Open the app in your browser.
- Type your question into the input field.
- Click the "Ask" button to receive a random response.
- Enjoy the magical aura animation while waiting for your answer!
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Commit your changes and push to your fork:
git commit -m "Add feature-name" git push origin feature-name
- Open a pull request on the main repository.
- 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!