https://github.com/viktor-yakubiv/wwbm
Who wants to be millionaire? – a simple game
https://github.com/viktor-yakubiv/wwbm
Last synced: 2 months ago
JSON representation
Who wants to be millionaire? – a simple game
- Host: GitHub
- URL: https://github.com/viktor-yakubiv/wwbm
- Owner: viktor-yakubiv
- Created: 2021-04-07T21:15:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T12:37:31.000Z (about 4 years ago)
- Last Synced: 2025-02-09T15:33:31.301Z (4 months ago)
- Language: CSS
- Homepage: https://viktor-yakubiv.github.io/wwbm
- Size: 552 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Who wants to be millionaire?
It's a simple implementation of the [Who wants to be a millionaire](http://wwbm.com/) game.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Prerequisites
1. **Node.js**: [download from nodejs.org][node-download] or check the
[official installation guidelines][node-package-manager-download] if you
prefer using a package manager2. **NPM**: usually is installed with Node but you can have a look at the
[installation guide][npm-install]## Getting started
When you pass all [Prerequisites](#prerequisites) you can `cd` into the
project directory and start development as follows:```sh
npm install
npm start
```Open [localhost:3000](http://localhost:3000) to see the website.
__Well done! 🎉__
## Production build
Simply do the following:
```sh
npm run build
```This command builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!## Deployed version
Project is deployed on GitHub Pages. You can access it at\
[viktor-yakubiv.github.io/wwbm](https://viktor-yakubiv.github.io/wwbm).[node-download]: https://nodejs.org/en/download/
[node-package-manager-download]: https://nodejs.org/en/download/package-manager/
[npm-install]: https://www.npmjs.com/get-npm