Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/)