Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finalize full website #5

Merged
merged 10 commits into from Mar 29, 2022
Merged

Finalize full website #5

merged 10 commits into from Mar 29, 2022

Conversation

Micky373
Copy link
Owner

@Micky373 Micky373 commented Mar 29, 2022

Hello Reviewer,

In this branch I :

  • Created a website of three pages following the general design layout
  • Added styling using React basic styling
  • I used route to navigate through the pages
  • All nav links work well
  • Implemented React router
  • No linter error
  • Followed the git-flow
  • Fix CR's issue

Thanks 馃憤馃徑

Copy link

@medaminedev66 medaminedev66 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Micky373, 馃憢

Good job so far!
There are some issues that you still need to work on to go to the next project but you are almost there!

Required Changes 鈾伙笍

See the inline comments below for more required changes

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.

Cheers and Happy coding!馃憦馃憦馃憦

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.

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.

Comment on lines +9 to +16
<nav>
<h1 style={HeaderStyle}>Math Magician</h1>
<ul className="nav_links">
<Link to="/"><li>Home</li></Link>
<Link to="/Calculator"><li>Calculator</li></Link>
<Link to="/Quotes"><li>Quotes</li></Link>
</ul>
</nav>
Copy link

@medaminedev66 medaminedev66 Mar 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Kindly try to follow the wireframes that are provided in the project requirements, the name of the project should be on the left of the header and the nav links should be on the right of the header.

image

Copy link

@medaminedev66 medaminedev66 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Micky373 ,

Status: Approved 鉁旓笍

Your project is complete! There is nothing else to say other than... it's time to merge it 馃殺
Congratulations! 馃帀

Cheers and Happy coding!馃憦馃憦馃憦

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.


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.

@Micky373 Micky373 merged commit 364e970 into development Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants