Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evgenywas/quiz-app
The Quiz App is a simple React-app where you can choose questions’ category, difficulty and their amount. Then click start, choose answers and check the result!
https://github.com/evgenywas/quiz-app
axios buffer react react-select react-spinners styled-components typescript
Last synced: 30 days ago
JSON representation
The Quiz App is a simple React-app where you can choose questions’ category, difficulty and their amount. Then click start, choose answers and check the result!
- Host: GitHub
- URL: https://github.com/evgenywas/quiz-app
- Owner: EvgenyWas
- Created: 2022-06-25T14:34:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T07:52:11.000Z (over 1 year ago)
- Last Synced: 2023-05-28T08:23:02.235Z (over 1 year ago)
- Topics: axios, buffer, react, react-select, react-spinners, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 2.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz App
The simple React App on TypeScript with using useContext and useReducer. I used some different React-libraries as Select, Spinners and Styled-components for stylization. Also I touched Buffer for decoding a data response from base64.[Watch demo](https://evgenywas.github.io/quiz-app/)
> Start page preview
> Questions on quiz page preview
> Answers on quiz page preview
### Summary
Brought [Bob Ziroll](https://github.com/bobziroll) design to life, trained basic hooks as useContext and useReducer and improved work with network requests and Promise.