This is a solution to the Rock, Paper, Scissors challenge on Frontend Mentor.
Users should be able to:
- View the optimal layout for the game depending on their device's screen size
- Play Rock, Paper, Scissors, Lizard, Spock against the computer
- Maintain the state of the score after refreshing the browser
-
Solution URL: Github
-
Live Site URL: Live on Vercel
- Semantic HTML5 markup
- Flexbox
- Mobile-first workflow
- React - JS library
- Tailwind - For styles
- CC0 Sound Effects by Kenney Vleugels - Audio/Sound effect assets
$ git clone https://github.com/metkerr/rock-paper-scissors-react-minigame.git
$ cd rock-paper-scissors-react-minigame
$ npm install
$ npm start