A trivia game that pulls data from OpenTDB. Uses React/NextJS with TypeScript
- React
- NextJS (12, pages router)
- TypeScript
- react-sweet-state (for global state management)
- SCSS
- Clone this repo:
git clone https://github.com/Goggwell/quiz-ts <project-name>
- Replace
<project-name>
with your own name
- Locate your project directory, install dependencies, and run the development environment
cd <project-name>
# pnpm
pnpm i
pnpm dev
# bun
bun i
bun dev