✨ Built using Flask 🐍, HTML, CSS & JavaScript, and ready for deployment 🚀
🔗 Live Demo: https://brainwave-matrix-intern-h12f.onrender.com
- 🎭 Random Anime Quotes on every click
- 🎨 Custom Styled Interface for a clean, vibrant look
- ⚡ Responsive UI with JavaScript magic
- 🐳 Docker-ready and deployable to Google Cloud or other platforms
- ☁️ Now Live on Render!
"Power comes in response to a need, not a desire."
— Goku, Dragon Ball Z
Anime_Quote_App/
├── app.py # Main Flask app
├── quotes.py # Anime quotes storage
├── requirements.txt # Python dependencies
├── Dockerfile # Docker setup
├── app.yaml # GCP config
│
├── static/
│ ├── style.css # Stylesheet
│ └── scripts.js # JS for animations
│
└── templates/
└── index.html # Frontend template
Technology | Percentage | Visual Representation |
---|---|---|
Python | 65.3% | |
CSS | 17.6% | |
HTML | 10.0% | |
JavaScript | 5.9% | |
Dockerfile | 1.2% |
git clone https://github.com/Dhruvi-tech/Quote_app.git
cd Quote_app
# (Optional) Create a virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
# Run the app
python app.py
The app is deployed on Render and live here:
🔗 https://brainwave-matrix-intern-h12f.onrender.com/
Render handles the build and hosting of the Flask app with minimal configuration.
To deploy with GCP App Engine:
gcloud app deploy
Make sure your GCP project and billing are set up.
Build and run locally with Docker:
docker build -t anime-quote-app .
docker run -p 5000:5000 anime-quote-app
Got a cool idea or found a bug?
Contributions are more than welcome! Just fork the repo and create a pull request.
Built with 💖 by Dhruvi Mittal
"Believe in yourself, not in the you who believes in me!" – Kamina