Skip to content

Commit 52d2cd7

Browse files
committed
Add screenshots to readme
1 parent a1e36af commit 52d2cd7

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

quiz-app/README.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,24 @@
55
This is a simple, interactive quiz application built with React and styled using TailwindCSS. The app allows users to go through a series of questions, provides feedback on their answers, and displays a final score upon completion.
66

77
## Screenshots
8-
9-
### Welcome Screen
10-
<img src="https://github.com/Temmarie/Web-dev-mini-projects/blob/quiz-app/quiz-app/src/assets/images/welcome.png" alt="Welcome Screen" width="400"/>
11-
12-
### Instructions Screen
13-
<img src="https://github.com/Temmarie/Web-dev-mini-projects/blob/quiz-app/quiz-app/src/assets/images/instructions.png" alt="Instructions Screen" width="400"/>
14-
15-
### Quiz Screen
16-
<img src="https://github.com/Temmarie/Web-dev-mini-projects/blob/quiz-app/quiz-app/src/assets/images/quiz.png" alt="Quiz Screen" width="400"/>
17-
18-
### Score Screen
19-
<img src="https://github.com/Temmarie/Web-dev-mini-projects/blob/quiz-app/quiz-app/src/assets/images/score.png" alt="Completion Screen" width="400"/>
8+
<div style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;">
9+
<div>
10+
<h3>Welcome Screen</h3>
11+
<img src="https://github.com/Temmarie/Web-dev-mini-projects/blob/quiz-app/quiz-app/src/assets/images/welcome.png" alt="Welcome Screen" width="100%"/>
12+
</div>
13+
<div>
14+
<h3>Instructions Screen</h3>
15+
<img src="https://github.com/Temmarie/Web-dev-mini-projects/blob/quiz-app/quiz-app/src/assets/images/instructions.png" alt="Instructions Screen" width="100%"/>
16+
</div>
17+
<div>
18+
<h3>Quiz Screen</h3>
19+
<img src="https://github.com/Temmarie/Web-dev-mini-projects/blob/quiz-app/quiz-app/src/assets/images/quiz.png" alt="Quiz Screen" width="100%"/>
20+
</div>
21+
<div>
22+
<h3>Score Screen</h3>
23+
<img src="https://github.com/Temmarie/Web-dev-mini-projects/blob/quiz-app/quiz-app/src/assets/images/score.png" alt="Completion Screen" width="100%"/>
24+
</div>
25+
</div>
2026

2127

2228
## Table of Contents

0 commit comments

Comments
 (0)