Latest solutions
Summary component (React)
PSubmitted 9 months agoSuppose I have a large number of local images. How can I use them dynamically without importing all of them?
Latest comments
- @ShreyashParabSubmitted 6 months agoP@RadaidehDanielPosted 11 days ago
Good work, building this project without a framework is a fantastic skill.
0 - @ManojSinghDashauniSubmitted 5 months agoP@RadaidehDanielPosted 5 months ago
Good job, Manoj.
I have two comments regarding the logic. You missed the total mortgage amount over the term. Consider splitting the JSX in the Container into components.
I hope I helped.
0 - @QayyaxSubmitted 8 months agoWhat specific areas of your project would you like help with?
Avoiding prop drilling Planning of components before starting
P@RadaidehDanielPosted 8 months agoGood job. The site is responsive. To me, the logic is sound. You still need to add the confirmation order feature. Look for <dialog></dialog>, it may help. MDN dialog
Marked as helpful0 - P@SabaMarghania1Submitted 10 months agoP@RadaidehDanielPosted 9 months ago
Good work.
One thing to point out is that the code (interactive-price-component) is not for the site (summary component), so I will review the live site only.
The design is perfect, and it is responsive but if you change the view for things like 820*1180 (tablet view), you will notice that there is a space on top. I think you use (display: flex) to center the app. You can add media query to change the display to block or inline to make the app stick to the top border of the screen.
Marked as helpful0 - P@Glenda9031Submitted over 1 year agoP@RadaidehDanielPosted 9 months ago
Great work.
The App is working as intended, but there is a missing timer. The question should have a timer.
Marked as helpful0 - @EliasFlorianSubmitted over 3 years ago