View Demo: https://trivia-samuelnicholls.vercel.app
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.
- React
- TypeScript
- NextJS
- SWR
- Zustand
- Tailwind CSS
- Eslint
- Prettier
- Clone the repository
git clone https://github.com/samuelnicholls/trivia.git
- Install all packages
npm install
- Run a build for the first run of the project
npm run build
- Start the local server, this will load the project at http://localhost:3000/
npm run dev