Submitted over 2 years ago
Responsive landing page with collapses made with React JS
@DrKelvin
Design comparison
SolutionDesign
Solution retrospective
I would really like some feedback for this challenge because it's my first challenge with react js
Community feedback
- @fazzaamiarsoPosted over 2 years ago
Hello Kelvinho! Congratulations on your first React project!
I would recommend you to check out React's new docs to learn the fundamentals. It will be a great starting point for you.
For quick improvements, you can replace
<div className="header">
with<header className="header">
<div className="main">
with<mainclassName="main">
Hope it helps! Cheers!
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