Latest solutions
Multi-step form React/Express/MongoDB/Tailwind CSS
#express#mongodb#react#tailwind-cssSubmitted about 1 month agoTodo app React/Express/Mysql
#express#mysql#react#webpackSubmitted 11 months agoAny feedback and critique about the code is much appreciated. Thanks in advance. Frontend react Backand api
Responsive notifications page (used local storage for saving state)
#bem#sass/scss#webpackSubmitted almost 2 years agoResponsive Room homepage using Desktop-first approach and css grid
#sass/scss#webpack#bemSubmitted almost 2 years ago
Latest comments
- @celemar@imd94
Congratulations. The app looks amazing.
A small improvement you could make is to adjust the hero image size depending on the screen size. Currently, the image looks a little blurry on the desktop view. Another suggestion, although it's not a challenge requirement, is to add the possibility for users to update item text.
Once again, congrats.
Marked as helpful - @JOJOK63@imd94
Hi Jordan,
Well done on completing the challenge.
One small improvement, though, that you could make is to set
overflow-y: hidden
on the body element when toggling the mobile nav to prevent vertical scrolling while the mobile nav is open. Right now, when you toggle the mobile nav menu, you can scroll down, and your overlay doesn't cover the entire page.Hope this suggestion helps.
Marked as helpful