Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jatin-8898/play-nine-react

A simple game using 9 Numbers where the users have to make the no of stars using the numbers. 🔵
https://github.com/jatin-8898/play-nine-react

game play play-nine player react react-game

Last synced: 10 days ago
JSON representation

A simple game using 9 Numbers where the users have to make the no of stars using the numbers. 🔵

Awesome Lists containing this project

README

        

# :large_blue_circle: Play Nine Game :large_blue_circle:
React.js Play Nine Game
- A simple game using 9 Numbers where the users have to make the total equal to the number of stars displayed using the numbers.
- Numbers once used can't be used again.
- Five retries are available.

## See it live [HERE](http://nutty-unit.surge.sh)

♦️ Features
--------
- React.js
- Create React App
- Bootstrap
- Font-Awesome

📜 Prerequisites
-------------
- NPM

📝 Getting Started
-------------

The easiest way to get started is to clone the repository:

```bash
# Get the latest snapshot
git clone https://github.com/Jatin-8898/play-nine-react.git

# Change directory
cd play-nine-react

# Install NPM dependencies
npm install

# Simply build your app to dist
npm run build

# Then start your app
npm run start

```
- Go to http://localhost:8080/ from your browser