diff --git a/README.md b/README.md index 2b654f3..e8b90ca 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/media/answered.png b/media/answered.png new file mode 100644 index 0000000..9b506fb Binary files /dev/null and b/media/answered.png differ diff --git a/media/answering.png b/media/answering.png new file mode 100644 index 0000000..a4fdd21 Binary files /dev/null and b/media/answering.png differ diff --git a/media/welcome.png b/media/welcome.png new file mode 100644 index 0000000..13dd0e7 Binary files /dev/null and b/media/welcome.png differ