https://github.com/muskanmi/slot-machine-game-reactjs
A basic slot machine game of Emojis created using ReactJS.
https://github.com/muskanmi/slot-machine-game-reactjs
css html reactjs reactjs-components reactjs-game reactjs-hooks reactjs-learning slot-machine-game
Last synced: 9 days ago
JSON representation
A basic slot machine game of Emojis created using ReactJS.
- Host: GitHub
- URL: https://github.com/muskanmi/slot-machine-game-reactjs
- Owner: muskanmi
- Created: 2023-03-17T16:45:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T16:49:02.000Z (over 2 years ago)
- Last Synced: 2025-04-09T16:52:51.129Z (6 months ago)
- Topics: css, html, reactjs, reactjs-components, reactjs-game, reactjs-hooks, reactjs-learning, slot-machine-game
- Language: JavaScript
- Homepage:
- Size: 342 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slot Machine Game
A basic slot machine game of Emojis created using ReactJS.

## Requirements:
* React Version: **18.2.0**
* Node Version: **18.14.1**
* NPM Version: **9.5.0**## Instructions:
1. Get the source code on your pc via git.
```shell
git clone https://github.com/muskanmi/Slot-Machine-Game-ReactJS
```2. Navigate inside the folder through your terminal.
```shell
cd Slot-Machine-Game-ReactJS
```3. Now, install the required dependencies by running the following command:
```shell
npm install
```4. Finally, start the application by running:
```shell
npm start
```5. Voila! the application is ready for use. You can access it at [http://localhost:3000](http://localhost:3000).