Skip to content

Commit

Permalink
Add app screenshots and description to README
Browse files Browse the repository at this point in the history
  • Loading branch information
zkkv committed Jul 8, 2024
1 parent 614ad1c commit f5adcf8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# Trivia Game

A single page application that shows trivia questions fetched from OpenTDB. The application is built with React.js and utilizes multiple of the framework's hooks. The project is made both with user- and developer experience in mind.

The deployed website can be found [here](https://zkkv.github.io/trivia-game/)

P.S. Answer all five questions correctly and get a surprise ;)

## Screenshots

Welcome screen
![A screenshot of the welcome screen](/media/welcome.png?raw=true)

Game in progress
![A screenshot of the game in progress](/media/answering.png?raw=true)

Checking answers
![A screenshot of the screen where answers can be checked](/media/answered.png?raw=true)

## Developer
Developed by zkkv, 07/2024
Binary file added media/answered.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/answering.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/welcome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f5adcf8

Please sign in to comment.