Skip to content

Commit 808a948

Browse files
authored
Update README.md
1 parent e703877 commit 808a948

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

β€ŽREADME.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,34 @@
1+
# πŸ“š Java Test Platform
2+
3+
Welcome to **Java Test Platform**! πŸš€ This is a simple but effective quiz application built with **Java Swing**. It provides an interactive way to test and enhance vocabulary skills with multiple-choice questions and a countdown timer.
4+
5+
## πŸ“Έ Preview
6+
![App Screenshot](./banner.png)
7+
8+
## 🎯 Features
9+
- ⏳ **Timed Questions**: Each question has a 15-second timer.
10+
- 🎭 **Randomized Options**: Answer choices are shuffled for each question.
11+
- πŸ† **Scoring System**: Correct answers earn points.
12+
- πŸ”„ **Automatic Progression**: Moves to the next question automatically.
13+
- βœ… **Final Score Summary**: Displays correct, incorrect answers, and total score at the end.
14+
15+
## πŸ›  Installation & Usage
16+
1. **Clone the Repository**
17+
```sh
18+
git clone https://github.com/Iqbolshoh/java-test-platform.git
19+
cd java-test-platform
20+
```
21+
2. **Run the Application**
22+
- Open the project in your favorite **Java IDE** (IntelliJ, Eclipse, or NetBeans).
23+
- Compile and run `Test.java`.
24+
- Enjoy the quiz! πŸŽ‰
25+
126
## πŸ–₯ Technologies Used
227
<div style="display: flex; flex-wrap: wrap; gap: 5px;">
3-
<img src="https://img.shields.io/badge/HTML-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white" alt="HTML">
4-
// java
28+
<img src="https://img.shields.io/badge/Java-%23ED8B00.svg?style=for-the-badge&logo=openjdk&logoColor=white" alt="Java">
29+
<img src="https://img.shields.io/badge/Swing-%23007396.svg?style=for-the-badge&logo=java&logoColor=white" alt="Swing">
30+
<img src="https://img.shields.io/badge/AWT-%23FFA500.svg?style=for-the-badge&logo=java&logoColor=white" alt="AWT">
531
</div>
6-
732
---
833

934
## 🀝 Contributing

0 commit comments

Comments
Β (0)