Skip to content

A trivia game that pulls data from OpenTDB. Uses React/NextJS with TypeScript

License

Notifications You must be signed in to change notification settings

Goggwell/quiz-ts

Repository files navigation

quiz-ts

A trivia game that pulls data from OpenTDB. Uses React/NextJS with TypeScript

Stack

  • React
  • NextJS (12, pages router)
  • TypeScript
  • react-sweet-state (for global state management)
  • SCSS

Installation

  • Clone this repo:
    • git clone https://github.com/Goggwell/quiz-ts <project-name>
    • Replace <project-name> with your own name

How To Start

  • Locate your project directory, install dependencies, and run the development environment
cd <project-name>

# pnpm
pnpm i
pnpm dev

# bun
bun i
bun dev