Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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.