A basic slot machine game of Emojis created using ReactJS.
- React Version: 18.2.0
- Node Version: 18.14.1
- NPM Version: 9.5.0
- Get the source code on your pc via git.
git clone https://github.com/muskanmi/Slot-Machine-Game-ReactJS
- Navigate inside the folder through your terminal.
cd Slot-Machine-Game-ReactJS
- Now, install the required dependencies by running the following command:
npm install
- Finally, start the application by running:
npm start
- Voila! the application is ready for use. You can access it at http://localhost:3000.