🔎 GCQuiz is a Quiz app with three different game options.
The project was carried out using the framework Next.js integrating with the API, which helped with authentication, registration, login and data integration. It was created in partnership with my Academy team at the GCB Group.
🎲 How the Project Works
The user must register and log in to the application to access the games. The application features three quizzes separated by themes: Finance, Technology and Curiosities. Each game has 10 questions. At the end of a quiz, the user's profile is updated with information on correct answers, errors and questions answered in total, in real time.
Before starting, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/Kayke-Fujinaka/GCQuiz-Front
# access
$ cd GCQuiz-Front
# install dependencies
$ yarn or npm
# Run the project
$ yarn start or npm start
# The server will initialize in the <http://localhost:3000>
Thanks to the following people who contributed to this project:
Kayke Fujinaka |
This project is under license. See the LICENSE file for more details.