Quiz App created with ReactJS and NextJS
This project was developed with the following technologies
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.