Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.75 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.75 KB

❓ GCQuiz

🔎 GCQuiz is a Quiz app with three different game options.

📄 Explanation

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.

📕 How to use it?

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>

🤝 Collaborators

Thanks to the following people who contributed to this project:

Photo by Kayke Fujinaka on GitHub
Kayke Fujinaka

📝 License

This project is under license. See the LICENSE file for more details.

 

Go back to top