https://github.com/sakethpragallapati/anime-trivia-showdown
Anime Trivia Showdown is a web-based quiz game built with Flask where users can test their knowledge of anime through a series of questions. The app offers a fun and interactive experience with real-time feedback and scoring.
https://github.com/sakethpragallapati/anime-trivia-showdown
anime css3 flask html javascript
Last synced: 4 months ago
JSON representation
Anime Trivia Showdown is a web-based quiz game built with Flask where users can test their knowledge of anime through a series of questions. The app offers a fun and interactive experience with real-time feedback and scoring.
- Host: GitHub
- URL: https://github.com/sakethpragallapati/anime-trivia-showdown
- Owner: sakethpragallapati
- Created: 2024-10-30T14:36:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-10T14:18:08.000Z (about 1 year ago)
- Last Synced: 2025-06-10T20:01:07.585Z (about 1 year ago)
- Topics: anime, css3, flask, html, javascript
- Language: HTML
- Homepage: https://sasrplays0705.pythonanywhere.com/
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anime Trivia Showdown
**Anime Trivia Showdown** is a web-based quiz game built with Flask, allowing users to test their knowledge of various anime series through fun and interactive quizzes. The app offers real-time feedback, score tracking, and a sleek interface.
## 🚀 Features
- **Multiple Categories**: Choose from various anime series or genres.
- **Real-Time Feedback**: Immediate validation of answers and scoring.
- **User Authentication**: Register and log in securely to track progress.
- **Responsive Design**: Works smoothly on desktops, tablets, and mobiles.
- **Leaderboard**: View top scores and challenge your friends.
## 🛠️ Tech Stack
- **Frontend**: HTML, CSS, JavaScript
- **Backend**: Python (Flask)
- **Database**: SQLite
## 📂 Installation (Windows)
1. **Clone the Repository**
```bash
git clone https://github.com/sakethpragallapati/Anime-Trivia-Showdown.git
cd Anime-Trivia-Showdown
```
2. **Set Up a Virtual Environment**
```bash
python -m venv venv
venv\Scripts\activate
```
3. **Install Dependencies**
```bash
pip install flask flask_sqlalchemy flask_login
```
4. **Set Up the Flask App**
```bash
set FLASK_APP=app.py
```
5. **Run the Application**
```bash
flask run
```
Open `http://127.0.0.1:5000/` in your browser.
## 🎮 How to Play
1. **Register or Log In**
2. **Select a Quiz Category**
3. **Answer Questions One-by-One**
4. **Get Immediate Feedback**
5. **Check Your Score**
## 🤝 Contributing
Contributions are welcome!
Fork the repo, make your changes, and submit a pull request.
## 💡 Acknowledgements
- Built with love for anime and learning.
- Thanks to all contributors and users for their support!