Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iscasur/dice-game

This is a Dice Game built with React JS
https://github.com/iscasur/dice-game

dice-game dice-roller dices react

Last synced: about 2 months ago
JSON representation

This is a Dice Game built with React JS

Awesome Lists containing this project

README

        

# Dice Game 🎲

![Dice Game 🎲](./static/dice-game.png)

This is a Dice Game built with React JS.

Site: https://dice-react.netlify.app/

## Technologies

This game is built with:

- React JS

## Install project

Download this project:

```sh
git clone [email protected]:iscasur/dice-game.git
```

Go to the project directory:

```sh
cd dice-game
```

Install all dependencies

```sh
npm install
```

Run development enviroment

```sh
npm start
```

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

## License

This project is MIT licensed