Submitted over 2 years ago
react js, react router, bootstrap, scss, framer motion, firebase.
@JessicaDubem
Design comparison
SolutionDesign
Solution retrospective
Hello everyone. I used react for this project. The website is fully responsive, but I had difficulty resetting the form in react. I would appreciate some feedback on how the code is written and any suggestions. Thank you all.
Community feedback
- @mjbagaPosted over 2 years ago
Hi, Jessica. Good work on the challenge.
I've checked your code and here's some feedback:
- Try adding a container for max-width on the breakpoints so that the site won't be very stretchy, especially when reaching very wide screens.
- For file organization, maybe try breaking down your header and footer on their own components.
- You can look into mobile-first styling for handling responsiveness. It's a concept where you style out your mobile CSS rules then add media queries as you increase screen size like for tablet or desktop.
- For this last one, just a personal preference (you can ignore haha), I'd say either just go full Sass or full utilities library, but I'd go with Tailwind as it's really more flexible than bootstrap, especially with responsiveness.
That's it. I've also done Designo, you can check it out. Hope this helps and happy coding!
Marked as helpful1@JessicaDubemPosted over 2 years ago@mjbaga Thanks for your feedback Marvin, I find it very helpful. I'll definitely make changes.
1
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