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

Add calculation functionality to calculator #4

Merged
merged 5 commits into from Aug 18, 2022
Merged

Conversation

tiagomarin
Copy link
Owner

In this pull request I added the calculation functionality for the user by:

  • Copying the files calculate.js and operate.js into a logic/ directory.
  • Installing big.js dependency.
  • Importing calculate.js and operate.js files in Calculator component.
  • Implementing event handlers for the math logic.
  • Testing app in the browser.

Copy link

@codecaiine codecaiine left a comment

Choose a reason for hiding this comment

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

Hi @Tiago-Lelinski-Marin ,

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!

Highlights

  • Good use of gitflow ✔️
  • Descriptive PR ✔️
  • No linters errors ✔️
  • Great project implementation ✔️

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.

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 (@codecaiine) 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.

<input type="button" className="btn" value="." />
<input type="button" className="btn operator" value="=" />
<input type="text" name="input" className="btn input" id="input" value={next || total} />
<input onClick={this.onClickHandler} type="button" className="btn" value="AC" />
Copy link

@codecaiine codecaiine Aug 17, 2022

Choose a reason for hiding this comment

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

  • Good job so far with your project implementation it is great 👍 But I can't perform "AC" operation I'm getting errors 😢 , Please fix it in order to make your calculator works as expected 😄

  • One more thing I'm getting the error in the console "You provided a value prop to a form field without an onChange handler" this error occurs generally when we set a value prop on a field that has no onChange handler. I suggest you use the defaultValue prop or set an onChange prop on the field. Please fix it to make your project completed. 👍

Copy link
Owner Author

Choose a reason for hiding this comment

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

@codecaiine Thanks a lot for your time!

Copy link

@sumairq sumairq left a comment

Choose a reason for hiding this comment

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

Hi @Tiago-Lelinski-Marin ,

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

Highlights

✔️ Good commit history
✔️Linters are passing
✔️Very professional README
✔️Correct Git flow
✔️Descriptive PR

Optional suggestions

Every comment with the [OPTIONAL] prefix won't stop the approval of this PR. However, I strongly recommend you to take them into account as they can make your code better. Some of them were simply missed by the previous reviewer and addressing them will really improve your application.

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.


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.

@tiagomarin tiagomarin merged commit 06fe265 into development Aug 18, 2022
@tiagomarin tiagomarin deleted the add-events branch August 18, 2022 14:05
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

3 participants