React JS Standard Css Using Flexbox

Solution retrospective
Please provide feedback on how I can better clean up the code. And some feedback on the react side of things as I'm somewhat new to web-development.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @bashiroglu
Hi @PedroLealLopes, as a comment for your react code, you can use destructuring in your components to have cleaner code. for example
const Card = (props) => { const Card = ({isMain }) => {
good luck
Join 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