Feature#1
Conversation
t-yanick
left a comment
There was a problem hiding this comment.
STATUS: CHANGES REQUIRED
Hi @hassanShakur ,
Good job so far!
To Highlight! 👏 🟢
✔️ App component with routes present
✔️ Store, an action, and a reducer that uses the url to the endpoint from the Rails API present
✔️ Backend repo present in ReadMe
There are some issues that you still need to work on to go to the next project but you are almost there!
Required Changes ♻️
Check the comments under the review.
Optional suggestions
Every comment with the [OPTIONAL] prefix is not crucial enough to stop the approval of this PR. However, I strongly recommend you to take them into account as they can make your code better.
You can also consider:
- N/A
Cheers and Happy coding!👏👏👏
Feel free to leave any questions or comments in the PR thread if something is not 100% clear.
Please, remember to tag me in your question so I can receive the notification.
Please, do not open a new Pull Request for re-reviews. You should use the same Pull Request submitted for the first review, either valid or invalid unless it is requested otherwise.
As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.
|
|
||
| ## 📝 License <a name="license"></a> | ||
|
|
||
| This project is [MIT](MIT.md) licensed. |

In this branch, I implemented the following requirements:
Appcomponent with react-router.Greetingcomponent that will display a greeting. Set it up as a route in your App component.Greetingcomponent.