Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nemanja87/simple-game-app
A simple game implementation of Rock-Paper-Scissors-Lizard-Spock developed with React. This project serves as an experiment to learn and apply the latest technologies, including .NET and React.
https://github.com/nemanja87/simple-game-app
css development game javascript react web
Last synced: about 1 month ago
JSON representation
A simple game implementation of Rock-Paper-Scissors-Lizard-Spock developed with React. This project serves as an experiment to learn and apply the latest technologies, including .NET and React.
- Host: GitHub
- URL: https://github.com/nemanja87/simple-game-app
- Owner: nemanja87
- Created: 2024-10-23T17:05:34.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T07:26:11.000Z (4 months ago)
- Last Synced: 2024-11-14T15:32:16.998Z (3 months ago)
- Topics: css, development, game, javascript, react, web
- Language: JavaScript
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Game App
This is a simple game implementation of Rock-Paper-Scissors-Lizard-Spock, developed using React. The app allows users to make a choice and plays against a computer, providing feedback on the result of each game.
## Technologies Used
- **React**: For building the user interface.
- **Axios**: For making HTTP requests to the backend API.
- **CSS**: For styling the application.## Features
- Choose from five options: Rock, Paper, Scissors, Lizard, Spock.
- Random computer choice with result display.
- User-friendly interface with responsive design.## How to Run the App
1. Clone the repository: `git clone https://github.com/yourusername/simple-game-app.git`
2. Navigate to the project directory: `cd simple-game-app`
3. Install dependencies: `npm install`
4. Make sure that .NET app is also up and running with all three services