@sangammukherjee

⏰ ▬▬▬▬▬▬ T I M E S T A M P S  ▬▬▬▬▬▬⏰ 

(0:00) Introduction
(06:06) Setting up project and installing dependencies
(35:15) Creating pages and layout
(1:07:04) Implementing auth logic
(1:22:23) Sign up and sign in page implementation
(2:57:18) Admin view header and sidebar component
(3:17:07) Admin view products page - create new product and listing
(5:05:21) Shopping view header component implementation
(5:27:42) Shopping view product listing page
(6:33:26) Shopping view product details dialog
(6:57:47) Shopping view cart component implementation
(8:12:38) Shopping view home page
(8:48:37) Shopping view account page
(9:49:37) Shopping view checkout page implementation
(12:44:10) Shopping view search page implementation
(13:09:49) Shopping view review functionality implementation

@Nikushimi-19

Man, I just finished the tutorial! My journey with your Ecommerce app was definitely worth it. It took me a while to finish because I made major changes to the code, such as disabling the button and loader functionality and improving the design. But it was all worth it! I’m someone who loves creating applications like this, and you’re a great teacher. Thank you so much. Your advice and recommendations were spot on, especially about how reality and work really are. Once again, thank you so much!

@godwinstar

1:06:00 auth
1:50:00 mongo
1:50:00 login/register
2:14:00 manage admin user
3:40:00 manage admin user

@nicholaskh5306

for you bro.
Im not even skipping the ads.
get dat revenue!

@difevegi

Great project and explanation. You are the best. Thank you! Please share the deployment process.

@Shivampandey-qf3vj

"Your MERN full stack project is truly impressive and exactly what I've been searching for. The way you've integrated MongoDB, Express, React, and Node.js showcases a deep understanding of modern web development. Your ability to manage state, handle asynchronous operations, and create seamless user experiences is commendable. The attention to detail in your code, especially with components, API handling, and routing, reflects a high level of skill and dedication. I deeply appreciate the effort you've put into this project. Thank you for sharing such valuable work!"

@MdThamidulHasanSakib

3:36:00
3:39:00
3:45:00 upload Image handler
3:59:00 add product functionality
4:43:00 showing product
5:30:00
6:00:00 view product in all product section
6:08:00 sort and filter product
7:00:00
7:26:00 cartSlice intiates
9:12:00 address UI

@uditjain8789

I just wanted to say a huge thank you for this incredible video. Over the past 16 days, I’ve been working on building a full stack MERN e-commerce project, and your video has been an absolute lifesaver. Your clear explanations and detailed guidance helped me understand both the frontend and backend, and I’ve learned so much in the process.

Thanks for making such amazing content—it’s been invaluable for my project. Looking forward to watching more of your tutorials!

@kevinidoma545

Right on time, just when i needed. Thanks for the hard work. I appreciate bro

@shahabjoon201

Hey Sangam, the project is really awesome, thanks for sharing your knowledge man, keep going.

@GrowthAndGrace-g3z

thanks a bunch next is full stack entire blog whith all functionality like guys for thatl👍👍

@solarsystem9156

Sde 3 for a reason 🔥🔥

@kaosiso-j4i

You are the kind of teacher every student will pray to have. thank you for this video

@ndaghakangoma6003

Bro I personally want to thank you for the great work you are doing. I am currently watching your 2024 React Js Course. I was really finding it hard to learn React on other channels but you explained everything so well, I am learning a lot and I am now confident in React. I will finish that video soon and will definitely watch this one afterwards.

@vishalsmeharwade

ek hii dil hai sangam bhaiya kitne bhar jitoge🫡

@shoaibshuja2004

The absolutely best e-commerce tutorial in youtube. Keep up the good work Mr. Sangam.❤

@learnWithBhagyashree

Your React JS course was amazing, and this new video is taking it to the next level! Your content is always on point and so helpful. Thanks for your continued excellence!

@sandeeprana331

ap rat ke  2 bje itni mehnat se video bna rhe ho orr hum so rhe h .good luck man having great future

@Leesdjo

Thank you. I have been learning a lot from this channel. Appreciate your time and effort.

@Zooomerz

For anyone facing problems installing shadcn UI, and getting this error:

"npx tailwindcss init -p 
npm error could not determine executable to run"

 this is because tailwind V4 was released two days ago and they have removed the tailwind.config.js file. However, shadcn is still yet to update their documentation for this change. 

A workaround for this right now so you can continue with the video and use shadcn, do exactly what is done in the video but when running this command 
`npm install -D tailwindcss postcss autoprefixer`

replace `tailwindcss` with `tailwindcss@3.4.17`