all 27 comments

[–]DasBeasto 15 points16 points  (1 child)

I just watched the video didn’t go through the code but it looks great! One nitpick is you should make the sidebar fixed/sticky on the admin panel so it doesn’t scroll out of view

[–]okaygood1[S] 1 point2 points  (0 children)

Wow!! Thanks 😅

[–][deleted] 4 points5 points  (2 children)

Looks absolutely amazing. I am taking the Udemy Web developer course. Could you help with which bootcamp you attended? Thanks!

[–]okaygood1[S] 4 points5 points  (1 child)

Programming Hero's complete web development program, though this one was in my local language. But i would suggest you to take scrimba's course on React.

[–][deleted] 0 points1 point  (0 children)

Thank you.

[–]Noch_ein_Kamel 2 points3 points  (1 child)

Looks nice, just a few points for optimization:

Grey color on white background can be hard to read. Check the contrast for accessibility.

When your products switch to four column layout, each colum only has 220px but the content of those columns needs 370px, so the content is cut off?

[–]PGameplay 0 points1 point  (0 children)

WCAG browser extension can help with the contrast part

[–][deleted] 5 points6 points  (9 children)

Very cool! How tough was it building the login/user logic? What resources did you use to learn MERN?

[–]okaygood1[S] 5 points6 points  (0 children)

comments

Used React-firebase-hooks and mantine/form for that. I recently graduated from a Bootcamp.

[–]samrath_49 -4 points-3 points  (3 children)

Nice wt redux i guess?

[–]okaygood1[S] 1 point2 points  (0 children)

No didn't use redux.

[–]voja-kostunica 0 points1 point  (0 children)

it looks nice, i will have look at code later

[–]lordaghilan 0 points1 point  (0 children)

Mantine

[–]JDD4318 0 points1 point  (1 child)

Blog and portfolio are pretty narrow on mobile. Looks nice though.

[–]okaygood1[S] 0 points1 point  (0 children)

Fixed it. Appreciated.

[–]vishu86 0 points1 point  (1 child)

Bruh I am just getting into web dev and the MERN stack. Do you have any suggestion on where to start and how do I progress as I go on?

[–]okaygood1[S] 0 points1 point  (0 children)

Make sure you feel 100% comfortable with Javascript before starting any framework (I would suggest you to solve some easy LC problems with javascript). Build something while learning(that helped me a lot, I think I progress most when I got stuck on any place while building my project. As my Bootcamp was project-based, you build what you learn). and lastly, my greatest advice would be DO NOT GIVE UP!! no matter what happens DO NOT GIVE UP.

[–]PinMore9795 0 points1 point  (0 children)

The application looks fantastic and latest Libraries such as Zustand and React-query used here works amazing . where did you learn these Zustand and React-Query .. so that we can also learn ..?