Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 976 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 976 Bytes

Slot Machine Web App

Overview

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.

Features

Frontend (React)

  • 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.

Getting Started

To set up and run this project locally, follow the installation and configuration instructions provided in the frontend repository and the backend repository.