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
- Host: GitHub
- URL: https://github.com/vincentbollaert/binance-quiz
- Owner: vincentbollaert
- License: mit
- Created: 2020-02-04T08:55:57.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-30T20:42:19.000Z (12 months ago)
- Last Synced: 2024-05-31T22:07:41.113Z (12 months ago)
- Language: JavaScript
- Homepage: https://binance-quiz.vercel.app
- Size: 1.62 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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