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 1 year 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T08:51:26.000Z (over 2 years ago)
- Last Synced: 2025-03-28T11:21:21.310Z (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: 13
- Watchers: 2
- Forks: 22
- 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/)