Skip to content

ashalfarhan/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors

A simple web-based game.

Tech Stack

Run Locally

Clone the project

git clone https://github.com/ashalfarhan/rock-paper-scissors.git

Go to the project directory

cd rock-paper-scissors

Install dependencies

npm install

Start the server

npm run dev

Acknowledgements