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.
- Host: GitHub
- URL: https://github.com/jadhav0603/croma-clone
- Owner: jadhav0603
- Created: 2024-12-30T10:32:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T16:23:23.000Z (over 1 year ago)
- Last Synced: 2025-07-11T07:53:23.700Z (11 months ago)
- Topics: express-js, github, html-css-javascript, mongodb-atlas, mongoose, netlify-deployment, node-js, postman, reactjs, responsive-web-design, restful-api, vercel
- Language: JavaScript
- Homepage: https://croma-clone-frontend.onrender.com/
- Size: 6.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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