Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codebucks27/reactjs-rock-paper-scissors-game
Create rock paper and scissors game with ReactJs and build cool UI. Learn to create this by following the tutorial from the readme file.
https://github.com/codebucks27/reactjs-rock-paper-scissors-game
game react reactjs rock-paper-scissors sass styled-components webapp webgame
Last synced: about 3 hours ago
JSON representation
Create rock paper and scissors game with ReactJs and build cool UI. Learn to create this by following the tutorial from the readme file.
- Host: GitHub
- URL: https://github.com/codebucks27/reactjs-rock-paper-scissors-game
- Owner: codebucks27
- Created: 2021-01-25T12:22:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T08:51:26.000Z (about 1 year ago)
- Last Synced: 2023-10-20T15:44:15.750Z (about 1 year ago)
- Topics: game, react, reactjs, rock-paper-scissors, sass, styled-components, webapp, webgame
- Language: SCSS
- Homepage: https://react-js-rock-paper-scissors-game.vercel.app/
- Size: 2.06 MB
- Stars: 10
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build Rock, Paper and Scissors Game with React JS
This repository contains code for rock,paper and scissors game in reactjs.
View Demo:
https://react-js-rock-paper-scissors-game-ji6h1k10h.vercel.app/If you want to learn how to create it please follow below tutorial:
https://youtu.be/tCSaSDgz2Hw
## Building and running on localhost
First install dependencies:
```sh
npm install
```To run in hot module reloading mode:
```sh
npm start
```To create a production build:
```sh
npm run build-prod
```## Runningg
Open the file `dist/index.html` in your browser
## Credits
Made with [createapp.dev](https://createapp.dev/)