https://github.com/icherya/evo-slot-machine
Slot Machine - Evolution Typescript Bootcamp final project
https://github.com/icherya/evo-slot-machine
Last synced: 27 days ago
JSON representation
Slot Machine - Evolution Typescript Bootcamp final project
- Host: GitHub
- URL: https://github.com/icherya/evo-slot-machine
- Owner: iCherya
- Created: 2022-05-22T07:47:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T08:55:00.000Z (over 1 year ago)
- Last Synced: 2025-04-14T20:21:31.560Z (6 months ago)
- Language: TypeScript
- Homepage: evo-slot-machine.vercel.app
- Size: 685 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slot Machine

Demo: https://evo-slot-machine.vercel.app
## Game features
- Slot machine simulator with animations
- From 3 to 7 spinning reels
- Audio effects
- Auto spin
- Translations## Technologies used
- TypeScript
- React
- [Vite](https://vitejs.dev/)
- [MobX](https://mobx.js.org/)
- CSS Modules, animations
- [Jest](https://jestjs.io/), [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/)
- [ESLint](https://eslint.org/), [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
- [Vercel CI/CD deploy](https://vercel.com/)## How to use
Download the repo and install dependencies:
```cli
npm i
npm run dev
```To start unit tests run:
```cli
npm run test
```