Skip to content

This is a NextJS web application that retrives a list of quiz questions for the user to answer.

Notifications You must be signed in to change notification settings

samuelnicholls/trivia

Repository files navigation

Trivia

View Demo: https://trivia-samuelnicholls.vercel.app

About The Project

This is a NextJS web application that retrives a list of quiz questions for the user to answer. This application uses NextJS for the framework, Tailwind CSS for styling, SWR for api requests and cache management and Zustand for state management.

Built With

  • React
  • TypeScript
  • NextJS
  • SWR
  • Zustand
  • Tailwind CSS
  • Eslint
  • Prettier

Getting Started

Installation

  1. Clone the repository
git clone https://github.com/samuelnicholls/trivia.git
  1. Install all packages
npm install
  1. Run a build for the first run of the project
npm run build
  1. Start the local server, this will load the project at https://localhost:3000/
npm run dev

About

This is a NextJS web application that retrives a list of quiz questions for the user to answer.

Topics

Resources

Stars

Watchers

Forks