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

Feature/components: Implement the Calculator component #2

Merged
merged 28 commits into from
Jul 4, 2023

Conversation

ClaudiaRojasSoto
Copy link
Owner

Description:

This pull request contains the implementation of the Math Magicians app's component feature. The feature includes the development of a React component called Calculator.js, which fulfills all the project requirements specified in the project description.

Changes Made:

  • Create a new directory called components.
  • Implement the Calculator.js React component.
  • Develop the UI of the calculator based on the provided design.
  • Use functional components and create additional child components as required.
  • Import and integrate the Calculator component into the top-level component (App.js).
  • The component renders without any issues in the browser.
  • Follow JavaScript best practices and don't have any linter errors.

Additional Information:

This pull request fulfills all the specified learning objectives, including the use of React components, props, and state. The implementation meets the project requirements and has been documented professionally.

Please review this pull request to merge to the "develop" branch.

Note: This pull request focuses solely on the UI implementation of the calculator component and does not include any additional design or logic.

Thank you!
@ClaudiaRojasSoto

Copy link

@andersonlebon andersonlebon left a comment

Choose a reason for hiding this comment

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

Hi @ClaudiaRojasSoto

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

nodding-yes

To highlight 🍾

  • All linters are passing ✔️
  • Good commit history ✔️
  • Good PR description ✔️
  • Professional Readme with a project stucture ✔️

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 @andersonlebon so I can receive the notification.


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.

@ClaudiaRojasSoto ClaudiaRojasSoto merged commit 42b9987 into develop Jul 4, 2023
3 checks passed
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.

2 participants