View the Project on GitHub cse110-sp26-group08/one-arm-slot-machine-2
This project is a fully fledged Slot Machine website. Users will login or play as guest. They will be able to compete through leaderboards and send friend requests. There will be multiple slot machines on the website, all of which should work the same but have different themes. There will also be a streaks feature where a user will be required to spin the slot machine once everyday to maintain their streak and on reaching a certain threshold unlock new slot machines/themes. There should also be a few slot machine available to buy from the in game store using the ingame cosmetic currency (which is the same as playing tokens but they do not get spent when the game is played). The main currency of the game will be tokens. Each spin would require a certain amount of tokens and that would be subracted from their token balance. On winning tokens the same amount of tokens will also be added to cosmetic currency.
/backend
/backend/controllers
/backend/models
/backend/routes
/backend/validators
/backendapp.ts
/frontend
/frontend/components
/frontend/pages
You will be using the MERN stack for developing this project.
You have a few skills at your disposal.
Source code must be appropriately document. JavaScript/TypeScript should use JSDocs with type annotations.
Unit tests are required at a bare minimum. End-to-end tests with Playwright are suggested. Link to playwright https://playwright.dev/