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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Math-magicians Milestone 5: Full website #6

Merged
merged 13 commits into from Feb 16, 2022
Merged

Conversation

andres-condezo
Copy link
Owner

Math-magicians Milestone 5: Full website

Hi there πŸ‘‹

Thanks for taking the time to review my project.


Changes

In this milestone:

  • I Created 3 pages: Home, Calculator, and Quote with their own styles importing CSS files.
  • For every page, I created a route

Get Started

Visit live demo :
β€’ Math Magician Live Demo Link

or:

Clone the repository :
β€’ $ git clone https://github.com/andres-condezo/math-magicians.git
β€’ $ cd math-magicians
β€’ $ git checkout full-website
β€’ $ npm install
β€’ $ npm start


Any comment or suggestion will be thankfully received.

Copy link

@Gambit142 Gambit142 left a comment

Choose a reason for hiding this comment

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

Hi @andres-condezo πŸ‘‹,

Your project is complete! There is nothing else to say other than... it's time to merge it :shipit:
Congratulations! πŸŽ‰

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 the inline comment I made for optional changes

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.

Comment on lines +1 to +9
const NavLink2 = () => {
const title = 'NavLink';

return (
<h1>{title}</h1>
);
};

export default NavLink2;
Copy link

@Gambit142 Gambit142 Feb 16, 2022

Choose a reason for hiding this comment

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

  • (Optional) It would be nice to delete this file because it doesn't serve any purpose. Removing such files satisfies the YAGNI (You are Gonna Need It) principle.

Copy link
Owner Author

Choose a reason for hiding this comment

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

Hi @Gambit142 πŸ‘‹

Thank you for your feedback, I forgot to delete that test file, I'll delete it right now πŸ‘ .

@andres-condezo andres-condezo merged commit 99193b2 into dev Feb 16, 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