Latest solutions
MENN Stack (MongoDB Atlas, Express, Nuxt.js, Node.js)
#express#mongodb#node#nuxt#sass/scssSubmitted over 2 years ago
Latest comments
- @seano424@ChrisP1108
I like the added feature of linking it to your google account. A few things I noticed...
On the mobile version the hamburger menu that slides in from the side gets cropped out below 440px. For mine I usually have it so everything fits down to 320px since some mobile devices go that low.
For the Roadmap section, you may want to have it so that when there are no more planned, in-progress, or live status suggestions that the entire column goes away.
Also when clicking to upvote on a suggestion, it doesn't highlight with the blue background like it shows in the designs.
The font type appears to be incorrect also.
I know this is a tough one. I did this challenge myself. Feel free to check out mine. I faked a delay and utilized localStorage so I wouldn't have to setup a server host, plus I did an occasional error generate on purpose with Math.random() as well to simulate server like conditions, so if you see an error, just refresh the page and it'll work.
My solution: https://www.frontendmentor.io/solutions/vuejs-rXKKm4EN2
Quick URL to the site: https://chrisp1108.github.io/product-feedback-app/
Marked as helpful - @ChrisP1108@ChrisP1108
Just to give an update on the images not loading. I got the avatar images to load. I essentially had to change all the image path to permalink paths, which is not the most ideal way to do it since it's not migration friendly, but I'm not planning on moving it to another domain other than github anytime soon, so I'll keep it at this for now.
- @Buachie@ChrisP1108
Nice job. I did the same challenge. Here's a link to my solution:
https://chrisp1108.github.io/planets-fact-site/
Here's my github code: https://github.com/ChrisP1108/planets-fact-site
Marked as helpful - @ChrisP1108@ChrisP1108
Interesting you mention that as I did originally do that however I decided to switch it to 1200px width on desktop instead of 992px because of the Rotation Time, Revolution Time, Radius, and Average Temp. borders got too tight and I was also trying to maintain certain margin left and right spacing as well so the elements would not push too close to the edge of the screen.
I'm sure I could revise the margin spacing to switch to desktop at a lower screen width if need be but I think it works fine the way it is for now.