Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 768 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 768 Bytes

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 http://localhost:3000/
npm run dev