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

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

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 manager

2. **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