/beatles-trivia-game

Beatles trivia game where you have to guess the album based on the cover

Primary LanguageTypeScript

Beatles Trivia Game

A simple trivia game about the Beatles. The game is built with Next.js, Material UI, Tailwind, Tanstack query, Formik and Yup. The state management is handled by context API and local storage.

How to run locally:

npm install
npm run dev
# or
yarn install
yarn run dev
# or
pnpm install
pnpm run dev
# or
bun install
bun run dev

App logic and structure

App Preview

Features

  • User can login with a username and email or continue as previous user
  • User's session details will be saved on local storage
  • User can play the game
  • User can see the score
  • User can see the leaderboard
  • User can change the theme