Skip to content

Robson16/next-quiz

Repository files navigation

Next Quiz

Quiz App created with ReactJS and NextJS

🛠 Technologies

This project was developed with the following technologies

📕 Getting Started

You need to have Node.js installed, then you can clone and run this project on your computer with the commands:

# Clone this repository
$ git clone https://github.com/Robson16/next-quiz.git

# Go to project folder
$ cd next-quiz

# install dependencies
$ npm install
# or
$ yarn

# Execute a aplicação em modo de desenvolvimento
$ npm dev
# or
$ yarn dev

Open http://localhost:3000 with your browser to see the result.