Design comparison
Solution retrospective
This is my first finished React App. Reviews are welcome :D
What challenges did you encounter, and how did you overcome them?Anything was new for me so i learned a lot
Community feedback
- @robcrockPosted 3 months ago
It looks like you did a great job on the design. One thing I see, which I initially missed too, was creating a disabled state for the button that's set before users input their data.
You may also want to expand on the README using the template provided by Frontend Mentor.
The last piece of advice, and this is React specific, is to start your component names with an uppercase letter, but NOT your variable names. I see that the Bill and other state variables start with an uppercase letter. This can be problematic since React tries to treat those as components.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord