-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Api integration on Homepage #6
Conversation
Co-authored-by:GuilhermeRCost<[email protected]>
Co-authored-by:VCOliver<[email protected]>
…FeudoVerdePantano/GameReview-Front into Paginas-login-cadastro-senha
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is some conflict
Other than that, LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When running, got the errors:
Module not found: Error: Can't resolve './Normilaze.css' in '/home/aline/Documentos/DS/projeto/gamereview/src'
Module not found: Error: Can't resolve './Pages/Homepage' in '/home/aline/Documentos/DS/projeto/gamereview/src'
For the first one, the file just doesn't exist
For the second one, I believe it's because of the upper/lower case in "homepage" folder (Homepage)
Description
Homepage now get the games using the external game API
Features:
Games images and titles are being showed at the homepage using the API
Minor otimizations to the requests
Resolve Issue DS-FeudoVerdePantano/GameReview-Docs#3
Resolve Issue DS-FeudoVerdePantano/GameReview-Docs#27
Resolve Issue DS-FeudoVerdePantano/GameReview-Docs#26
Coauthored by: Igor Penha @igorpenhaa, Guilherme Costa @GuilhermeRCost, Lucas Gobbi @LucasBergholz and Victor Cruz @VCOliver