RiddleRiot is a Python based webpage that challenges users with a wide variety of random riddle. Perfect for curious minds of all ages, it turns critical thinking into an entertaining adventure. ✨
| 🧩 Feature | 📄 Description |
|---|---|
| 🔘 Riddle Generator | Generates a random riddle |
| 🌐 API Integration | Fetches riddles from API Ninjas |
| 🧠 Title & Question | Displays riddle title and question |
| 👁️ Reveal Answer | Click to show the riddle answer |
| 📱 Responsive UI | Works on desktop and mobile devices |
| 🔧 Technology | 📄 Description |
|---|---|
| Python 🐍 | Core programming language used to build the app |
| Streamlit 🚀 | Framework for creating interactive web interfaces |
| APIs ⚙️ | APIs for riddle management and logic |
| Streamlit Cloud ☁️ | Hosting platform to deploy and share the app |
Clone the repository:
git clone https://github.com/KrishBharadwaj5678/RiddleRiot.git
cd RiddleRiotInstall dependencies:
pip install -r requirements.txtStart the development server:
streamlit run app.pyContributions are welcome! 🎉
- 🍴 Fork the repo
- 🌿 Create your feature branch:
git checkout -b my-new-feature - 💾 Commit your changes:
git commit -m 'Add some feature' - 📤 Push to the branch:
git push origin my-new-feature - 🔃 Open a pull request
