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

Responsive Invoice App with React JS

Jhones 870

@jownsu

Desktop design screenshot for the Invoice app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
5guru
View challenge

Design comparison


SolutionDesign

Community feedback

Ali 170

@alisbai

Posted

Great Job, Jonah! I like how you implemented the drawer functionality. Everything is perfect, except that there is a digit 0 under the add new item button.

0

Jhones 870

@jownsu

Posted

@alisbai Thanks for the feedback.

For the drawer. I just set the css left to -100%.

I did it like this.

@keyframes slide {
    0%{
        left: -100%;
    }

    100%{
        left: 0;
    }
}
1

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