Front-end Module project of Trybe course.
Project developed together with Alector and Jacqueline
It develops a Q&A game based on Trivia.
The user should be able to:
- Login and have their Gravatar image associated to their profile (if there is one)
- Chose answers for the presented questions
- See the time to answer the question before it is considered wrong
- After 5 questions, be redirected to the score page, where the text shown depends on the hits number
- View the ranking page
🎯 Objective: put into practice the following abilities:
- Properly use
Redux
withReact
.
- React
- Redux
- JSX
- Thunk
- CSS
- Trivia API
- Gravatar Image
All Trybe projects use linters
, Git
and GitHub
.
Project tests carried on by Cypress. It was necessary to understand the tests in order to better meet the requirements.