This repository contains the frontend code for a small web application's slot machine game. The project is designed to showcase full-stack development skills and serves as a test project for a full-stack job application.
- User Registration: Users can create accounts with a unique username and password.
- User Authentication: Secure JWT-based authentication with tokens stored in cookies.
- Game List: Display a list of games with thumbnails fetched from the backend.
- Search Functionality: Search for games by name.
- Slot Machine: Access a slot machine game with a chance to win coins.
To set up and run this project locally, follow the installation and configuration instructions provided in the frontend repository and the backend repository.