Skip to content

My very first independent project, obviously made for entertainment purposes. Since it is a quiz, after picking a category you will see time-limited questions (Polish language only) to answer. The site was made with react, scss and a bit of joy, so I hope you will have fun viewing it;)

Notifications You must be signed in to change notification settings

pokorra/quiz-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Question Game

The first big project I made all by myself. You can take the quiz here: Quiz-game

How does it look like

question-photo

How does it work

This project is a quiz created (so far) only in Polish language. You can pic a category and after you do this, you will se time-limited questions. Depending on your answer your points number will be increased or reduced.

Setup

To run this project, install it locally using npm: npm install. Then just run it with npm start command and have some fun!

Technologies

I made this project with create-react-app. I used functional components, so dynamics of this app is based on React Hooks. Since there was a lot of data flowing back and forth, I needed to use not only useState hook, but useEffect as well - especially because the quiz is time-limited. Working on this game helped me to learn a lot about designing a simple application.

Layout

Layout of this site was written with the use of SCSS. Since one of the quiz categories is "Space", I have decided to make it look a little bit "spacey", with moving stars and glowing elements. Thanks to that, I've had an opportunity to excersize CSS animations and shadow effects, and I am quite satisfied with the outcome.

About

My very first independent project, obviously made for entertainment purposes. Since it is a quiz, after picking a category you will see time-limited questions (Polish language only) to answer. The site was made with react, scss and a bit of joy, so I hope you will have fun viewing it;)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published