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

https://github.com/vincentbollaert/binance-quiz

A Binance glossary quiz
https://github.com/vincentbollaert/binance-quiz

Last synced: 2 months ago
JSON representation

A Binance glossary quiz

Awesome Lists containing this project

README

        

# Binance quiz - Vincent Bollaert

Link: **https://binance-quiz-vincent.now.sh**

### Running the app

```sh
$ yarn // installs dependencies
```

If your Node version is older than 17

```sh
$ yarn develop // starts the webpack dev server accesible on http://localhost:8080/
```

If your Node version 17 or newer

```sh
$ NODE_OPTIONS=--openssl-legacy-provider yarn develop // starts the webpack dev server accesible on http://localhost:8080/
```

### Running the tests

```sh
yarn test
```

### Technologies used

- [react] - view library
- [webpack] - module bundler
- [babel] - JS transpiler
- [jest] - Snapshot testing
- [react test library] - React testing
- [styled components] - CSS in JS
- [axios] - HTTP client

[react]: https://facebook.github.io/react
[webpack]: http://webpack.github.io
[babel]: https://babeljs.io
[jest]: https://facebook.github.io/jest/
[react test library]: https://testing-library.com/docs/react-testing-library/intro
[styled components]: https://www.styled-components.com
[axios]: https://www.npmjs.com/package/axios