Skip to content

calebesg/quiz

Repository files navigation

Quiz 📚


A quiz game build with nextjs

GitHub language count Repository size License MIT


💻 Technologies

🏃💨 Getting started

  1. Clone this repo with git clone https://github.com/calebesg/quiz.git
  2. Move yourself to the quiz directory: cd quiz
  3. Run the npm install add all dependencies
  4. Create the .env file, and add API_URL=http://localhost:3000/api
  5. Run npm run dev start app