Welcome to Panda Facts, where the bamboo is virtual but the fun is real! 🐼✨ This web app mixes HTML/CSS charm with Flask's Python power, all snugly hosted on Render.com. Get ready for a whirlwind of giggles and panda wisdom with every click. Let's roll into the world of pandas, one fact at a time!
Experience Panda Facts live here.
- Random Panda Facts: With each click, users are presented with a random fact about pandas, offering both entertainment and educational value.
- Simple UI: A user-friendly interface that makes learning about pandas fun and easy.
- Responsive Design: Enjoy Panda Facts on any device, thanks to a responsive layout that adapts to different screen sizes.
- Frontend: HTML/CSS - Simple, efficient, and responsive design for the best user experience.
- Backend: Python (Flask) - A lightweight WSGI web application framework for serving Panda Facts.
- Deployment: Render.com - Cloud service for hosting both frontend and backend components with zero configuration deployment.
- Python 3.6 or higher
- Flask
- Flask-CORS
- Clone the repository:
git clone https://github.com/DaPandamonium/Panda-Facts.git
To navigate to the project directory, run the following command in your terminal:
cd Panda-Facts
To install the required packages for this project, run the following command in your terminal:
pip install -r requirements.txt
To run the Flask application, execute the following command in your terminal:
flask run
This project is deployed on Render.com. For guidance on deploying your own Flask applications, follow the official Render documentation.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/DaPandamonium/Panda-Facts