-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
GLASGOW6_IRIANNI-MUNOZ_FULL-STACK-ASSESSMENT #361
Conversation
Bringing all my changes into main
Adding video feature working
DELETE method implemented and working
GET by ID method implemented
Fixing POST method, it's working now
Rendering all videos from local API Installed CORS packaged so the videos would render
Level 250 finished
Connecting db with node Fixing node_modules problem
Hello @munozirianni1988, Thank you for your submission - I can see lots of good commits in your version history! Please could you also share a link to the deployed version of your app so I can check it works properly too - I can only review your source code at the moment. Thankyou! |
useEffect had a missing dependency, causing the component to re render, so I wrapped the fetchVideo function in a useCallback so I could included on the dependency array and fix the warning
Hi! Thanks for checking my submission. Hee is the link for my deployment link: https://irianni-fsa-frontend.onrender.com |
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.
Irianni your code is clean and easy to read with enough comments to make the hard parts nderstandable.very good with providing a live link to your code so it can be seen in action as well.
Level 100