Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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