An open API service indexing awesome lists of open source software.

https://github.com/jadhav0603/croma-clone

Displayed products with images, prices, and details, and integrated search, lters, and dynamic routing for seamless navigation. Implemented user authentication, cart functionality, sticky navbar/footer, and MongoDB backend integration for secure data storage.
https://github.com/jadhav0603/croma-clone

express-js github html-css-javascript mongodb-atlas mongoose netlify-deployment node-js postman reactjs responsive-web-design restful-api vercel

Last synced: 2 months ago
JSON representation

Displayed products with images, prices, and details, and integrated search, lters, and dynamic routing for seamless navigation. Implemented user authentication, cart functionality, sticky navbar/footer, and MongoDB backend integration for secure data storage.

Awesome Lists containing this project

README

          

# 🖥️ Croma Clone

A fully functional clone of the Croma website with seamless browsing, product search, and authentication.

## 🚀 Features
- 🔎 **Product Search & Filter** – Search products and apply filters by category & price.
- 🛒 **Cart Management** – Add & remove products from the cart before checkout.
- 🔐 **User Authentication** – Secure user registration & login using JWT.
- 📑 **Product Details Page** – View detailed product information & specifications.
- 📌 **Sticky Navbar & Footer** – Navigation bar & footer remain fixed for better accessibility.
- 📱 **Fully Responsive** – Works on all screen sizes.

## 🛠 Tech Stack
- **Frontend:** React.js, Tailwind CSS
- **Backend:** Node.js, Express.js, MongoDB, Mongoose
- **Authentication:** JWT, Bcrypt
- **Deployment:** Vercel (Frontend), Render (Backend)

## 📥 Installation
```sh
git clone https://github.com/yourusername/croma-clone.git
cd croma-clone
npm install
npm start