https://github.com/full-stack-web-developer-and-designer/sql-quizzer
SQL Quizzer by w3schools
https://github.com/full-stack-web-developer-and-designer/sql-quizzer
css html mirnesglamocic mysql php sql w3schools
Last synced: 2 months ago
JSON representation
SQL Quizzer by w3schools
- Host: GitHub
- URL: https://github.com/full-stack-web-developer-and-designer/sql-quizzer
- Owner: full-stack-web-developer-and-designer
- License: mit
- Created: 2023-02-03T17:36:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T07:59:36.000Z (over 1 year ago)
- Last Synced: 2025-02-21T08:31:47.604Z (over 1 year ago)
- Topics: css, html, mirnesglamocic, mysql, php, sql, w3schools
- Language: PHP
- Homepage: https://sql-quizzer.mirnesglamocic.com
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL Quizzer β sql-quizzer.mirnesglamocic.com
**SQL Quizzer** is an interactive quiz application designed to help users learn and practice SQL by answering multiple-choice questions.
Created as part of the portfolio of **Mirnes GlamoΔiΔ**, this web app demonstrates clean UI, dynamic quiz logic, score tracking, and lightweight PHP back-end integration.
---
## π Live Demo
π **https://sql-quizzer.mirnesglamocic.com**
[](https://mirnesglamocic.com/sql-quizzer/index.html)
---
## π About
SQL Quizzer provides users with a simple quiz interface to test and improve their SQL knowledge.
It includes:
- Randomly selected questions
- Multiple-choice format
- Real-time scoring
- Smooth page interactions
- Simple and modern design
This project showcases full-stack skills through a small but practical educational tool.
---
## β¨ Features
- βοΈ SQL-themed multiple-choice quizzes
- βοΈ Score calculation and result display
- βοΈ Clean, responsive UI
- βοΈ Lightweight and fast
- βοΈ PHP-based backend logic
- βοΈ Easy to extend with more questions or categories
---
## π οΈ Technologies Used
- **PHP** β backend logic, question loading
- **HTML5 β Structure**
- **CSS3 β Styling**
- **JavaScript β Interactivity**
- **MySQL β Storing quiz questions and answers**
- **Apache**
---
## π₯ Installation
### 1οΈβ£ Clone the Repository
```bash
git clone https://github.com//sql-quizzer.git
cd sql-quizzer
```
### 2οΈβ£ Upload to Server
- Copy project files to your hosting directory
- Ensure PHP is enabled
- Create a database for quizzer and import file quizzer.sql
### 3οΈβ£ Open in Browser
http://localhost/sql-quizzer
or visit the live site hosted on your domain.
---
### π§© Usage
Start the quiz
Select the correct answer for each question
Submit to view score
Restart to try again
---
### π§ Customization Ideas
- Additional SQL categories
- Timed quiz mode
- Difficulty levels
- Leaderboard
- Admin interface
- Certificate upon completion
- API-based questions
---
### π€ Contributing
- Fork the repo
- Create a feature branch
- Submit a pull request
All contributions are welcome!
---
### π License
Free to use, modify, and customize.
---
### π€ Author
#### Mirnes GlamoΔiΔ
π https://mirnesglamocic.com
π§ Contact available on the website
---
### β Acknowledgments
Thank you for trying SQL Quizzer!
Feel free to send suggestions or improvements.