Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Mobile First Responsive React Redux Website

#framer-motion#react#redux-toolkit#vite#styled-components
shajed 730

@shaj-ed

Desktop design screenshot for the Space tourism multi-page website coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
3intermediate
View challenge

Design comparison


SolutionDesign

Solution retrospective


hello coders :) if anyone can give some review or share your thoughts about my codes it would be very great helpful for me to improve my codes. I tried my best on it. happy coding :)

Community feedback

@fazzaamiarso

Posted

Hi Shajed! Great work!

I have a quick tip for you. You can improve your conditionals in components/nav like this.

const isActive = pathname === url
 return (
              <NavList key={id} active={isActive}>
                <span>0{index}</span>
                <Link to={url}>{text}</Link>
              </NavList>
            );

I hope it helps! Cheers!

Marked as helpful

0

shajed 730

@shaj-ed

Posted

@fazzaamiarso thanks for your feedback!

0

Please log in to post a comment

Log in with GitHub
Discord logo

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