NextCart is a modern e-commerce platform built with Next.js, React, and MongoDB, allowing users to browse, buy, and manage products seamlessly. The platform supports secure user authentication, dynamic product listings, and admin-controlled product management, making it a full-featured online shopping experience.
Live Link: https://basic-nextjs-project-dun.vercel.app
- npx create-next-app@latest
- npm i -D daisyui@latest
- npm install mongodb
- npx shadcn@latest init
- npx shadcn@latest add button card input label
- npm i react-hook-form
- npm install react-icons
- npm i bcrypt
- npm install next-auth
- npm i react-hot-toast