Skip to content

Commit

Permalink
screenshots added to readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
ImSreyas authored Dec 29, 2023
1 parent 17ec5da commit 3f1896d
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,36 @@
Here are some snapshots of Quizer in action:

- Home
![Home](url_to_screenshot_1)
Caption for Screenshot 1
<img alt="Home" src="./screenshots/pc/home.png" width="100%" />

- selected
![selected](url_to_screenshot_2)
Caption for Screenshot 2
<img alt="Home" src="./screenshots/pc/selected.png" width="100%" />

- score
![score](url_to_screenshot_3)
Caption for Screenshot 3
<img alt="Home" src="./screenshots/pc/score.png" width="100%" />

- view answers
<img alt="Home" src="./screenshots/pc/review.png" width="100%" />

- review
![score](url_to_screenshot_4)
Caption for Screenshot 4

## Mobile Responsiveness 📱

Quizer is designed with mobile responsiveness in mind, ensuring a seamless and engaging experience across various devices.

Previews
---
<div align="center">

<img alt="Home" src="./screenshots/mobile/home.png" width="300" />

<img alt="Home" src="./screenshots/mobile/selected.png" width="300" />
<br>
<img alt="Home" src="./screenshots/mobile/score.png" width="300" />

<img alt="Home" src="./screenshots/mobile/review.png" width="300" />

</div>


## Contributing 🤝

Expand Down

0 comments on commit 3f1896d

Please sign in to comment.