An open API service indexing awesome lists of open source software.

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.

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!