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

Calculator component added #3

Merged
merged 2 commits into from Apr 19, 2022
Merged

Calculator component added #3

merged 2 commits into from Apr 19, 2022

Conversation

sentayhu19
Copy link
Owner

@sentayhu19 sentayhu19 commented Apr 19, 2022

In this pull req

  • Class-Based Calculator Component created
  • Directory called components created.
  • Inside components, a new Calculator.js file. created.
  • In Calculator.js, React component that matches this design is created.

Copy link

@Mihndim2020 Mihndim2020 left a comment

Choose a reason for hiding this comment

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

Hi @sentayhu19,

Good job so far!

To Highlight! 👏 🟢

✔️ Organized clean code,
✔️ Your app is running free of Linter errors.

There are some issues that you still need to work on to get this project approved, but you are almost there!
ALMOST-MINION

Status: Requires Changes ♻️

Check the comments below and under the review.

I will leave these comments here, since they concern files in your repository

  • As it is a requirement for this project, " Delete all the boilerplate from CRA (text, images, styles) ", please kindly delete all files that are not related to this project. Checkout your public directory and delete all files that where created by the CRA that are not related to this project, as this will make your repository cleaner and less crowded.

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 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.

src/App.js Outdated
@@ -1,28 +1,8 @@
import logo from './logo.svg';
import './App.css';
import Calculator from './components/Calculator';

function App() {
Copy link

@Mihndim2020 Mihndim2020 Apr 19, 2022

Choose a reason for hiding this comment

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

  • As it is a requirement for this project, "Use class based components (All components should be class-based)", please kindly change your App.js component which is currently a functional component to class-based component.

Copy link

@gemmen29 gemmen29 left a comment

Choose a reason for hiding this comment

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

Hi @sentayhu19,

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

To Highlight 💯

  • No linters errors ✔️
  • Descriptive pull request ✔️
  • Descriptive commit messages ✔️

Optional suggestions

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.

@sentayhu19 sentayhu19 merged commit ae9c578 into dev Apr 19, 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

3 participants