Skip to content

Commit 7ec53ba

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

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

β€ŽREADME.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# πŸ“š Java Test Platform
22

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.
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.
44

55
## πŸ“Έ Preview
66
![App Screenshot](./banner.png)
@@ -11,14 +11,17 @@ Welcome to **Java Test Platform**! πŸš€ This is a simple but effective quiz appl
1111
- πŸ† **Scoring System**: Correct answers earn points.
1212
- πŸ”„ **Automatic Progression**: Moves to the next question automatically.
1313
- βœ… **Final Score Summary**: Displays correct, incorrect answers, and total score at the end.
14+
- 🎨 **User-Friendly Interface**: Simple and interactive GUI for better user experience.
15+
- πŸ“Š **Performance Tracking**: Keeps track of the user's score throughout the test.
16+
- πŸ” **Replay Option**: Restart the test after completion.
1417

1518
## πŸ›  Installation & Usage
1619
1. **Clone the Repository**
1720
```sh
1821
git clone https://github.com/Iqbolshoh/java-test-platform.git
1922
cd java-test-platform
2023
```
21-
2. **Run the Application**
24+
2. **Compile and Run the Application**
2225
- Open the project in your favorite **Java IDE** (IntelliJ, Eclipse, or NetBeans).
2326
- Compile and run `Test.java`.
2427
- Enjoy the quiz! πŸŽ‰
@@ -29,7 +32,9 @@ Welcome to **Java Test Platform**! πŸš€ This is a simple but effective quiz appl
2932
<img src="https://img.shields.io/badge/Swing-%23007396.svg?style=for-the-badge&logo=java&logoColor=white" alt="Swing">
3033
<img src="https://img.shields.io/badge/AWT-%23FFA500.svg?style=for-the-badge&logo=java&logoColor=white" alt="AWT">
3134
</div>
32-
---
35+
36+
## πŸ“œ License
37+
This project is licensed under the **MIT License** – feel free to modify and distribute it as needed.
3338

3439
## 🀝 Contributing
3540

0 commit comments

Comments
Β (0)