https://github.com/prasunchakra/faq
An engaging quiz platform that turns learning into a fun and interactive experience! Built with Django, FAQ lets you explore diverse topics, track progress, and compete with others. Contributions welcome—let's make learning fun together!
https://github.com/prasunchakra/faq
django learning open-source quiz
Last synced: 2 months ago
JSON representation
An engaging quiz platform that turns learning into a fun and interactive experience! Built with Django, FAQ lets you explore diverse topics, track progress, and compete with others. Contributions welcome—let's make learning fun together!
- Host: GitHub
- URL: https://github.com/prasunchakra/faq
- Owner: prasunchakra
- License: mit
- Created: 2024-12-03T12:29:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T15:09:54.000Z (6 months ago)
- Last Synced: 2025-02-05T06:44:57.483Z (4 months ago)
- Topics: django, learning, open-source, quiz
- Language: Python
- Homepage: https://prasunchakra.pythonanywhere.com/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 📚 FAQ - Frequently Asked Questions Quiz App
Welcome to **FAQ**, the ultimate quiz app that turns questions into a learning adventure! With topics ranging from everyday curiosities to specialized knowledge, **FAQ** is here to entertain, educate, and engage.
---
## 🚀 About FAQ
**FAQ** brings the concept of "Frequently Asked Questions" to life in a fun, interactive format:
- **Challenge Yourself**: Answer quizzes on diverse topics and track your progress.
- **Learn as You Go**: Get detailed explanations for each question, ensuring every quiz is a learning opportunity.
- **Engage and Compete**: Play solo, or challenge friends and others in quiz battles.Whether you're here to learn something new, test your knowledge, or just have fun, **FAQ** has you covered!
---
## 💻 For Developers
**FAQ** is built using the power of **Django**, offering a robust backend that's scalable, secure, and developer-friendly:
- **Framework**: Django 4.2 (LTS), fully compatible with Python 3.10.
- **Database**: MySQL.### 🌟 Current Features
TBD---
## 🛠️ Setup for Developers
### Clone the Repository
```bash
git clone https://github.com/yourusername/FAQ.git
cd FAQ
```### Create a new virtual environment
```bash
python -m venv env
```### Install dependencies
```bash
pip install -r requirements.txt
```### Run the server
```bash
python manage.py runserver
```---
## 🤝 Contributions Welcome!
We’re building FAQ as a community-driven platform. Whether you’re a developer, designer, or quiz enthusiast, we’d love your input! Check out our CONTRIBUTING.md (coming soon) for guidelines.---
## License
This project is licensed under the MIT License. See the [LICENSE.md](LICENSE.md) file for details.