-
Notifications
You must be signed in to change notification settings - Fork 52
Uriel Contreras - Deliverable #1 #34
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
base: master
Are you sure you want to change the base?
Conversation
erickwize
left a comment
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.
Comment (Mini challenge 1 & 2)
Awesome job Uri! That's actually a nice code to read and understand. It has a lot of advanced topics and best practices for real projects. I see that you have a ton of experience writing React. You didn't get into the 60% coverage threshold because you added so much effort on good practices and awesome code, I know you will make it the consecutive deliverables. I also wanted to congratulate you and call out the awesome theme thing (including the sound 😊 ).
Acceptance Criteria (Mini challenge 1)
- The header is rendered correctly.
- A list of videos obtained from a mock file is displayed in the Home View.
- CSS styles are applied correctly using the styled-components approach.
Bonus Points (Mini challenge 1)
- No warnings or errors are logged in the browser console.
- The UI is responsive
Acceptance Criteria (Mini challenge 2)
- Meaningful test cases were implemented for components and sub-routines logic.
- All the test cases were successful.
Bonus Points ( Mini challenge 2)
- Test coverage is above 60%.
| @@ -0,0 +1 @@ | |||
| FAST_REFRESH=false No newline at end of file | |||
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.
I don't know if this file was intended to be tracked. I see the .env.sample
| | Statements | Branches | Functions | Lines | | ||
| | --------------------------- | ----------------------- | ------------------------- | ----------------- | | ||
| |  |  |  |  | |
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.
Nice touch!
| @@ -0,0 +1,17 @@ | |||
| # Src Structure | |||
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.
This is the first PR that contains documentation updates. This is awesome!
Hello :)
Please try the application using this link: https://uri-react.netlify.app/
Deliverable 1:
+++ Easter Egg 🥚