Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iscasur/dice-game
- Owner: iscasur
- Created: 2021-05-06T19:47:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T20:38:43.000Z (over 3 years ago)
- Last Synced: 2023-03-07T22:19:28.423Z (almost 2 years ago)
- Topics: dice-game, dice-roller, dices, react
- Language: JavaScript
- Homepage: https://dice-react.netlify.app/
- Size: 670 KB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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