https://github.com/jadhav0603/bluefly.com-clone
Implemented product search, sorting, and dynamic categories, along with a custom JSON-based API for ecient product management. Integrated user authentication, favorites functionality, and responsive design for a seamless and secure shopping experience.
https://github.com/jadhav0603/bluefly.com-clone
authentication authorization express-js github html-css-javascript mongodb-atlas mongoose netlify node-js postman reactjs tailwind-css vercel-deployment
Last synced: 3 months ago
JSON representation
Implemented product search, sorting, and dynamic categories, along with a custom JSON-based API for ecient product management. Integrated user authentication, favorites functionality, and responsive design for a seamless and secure shopping experience.
- Host: GitHub
- URL: https://github.com/jadhav0603/bluefly.com-clone
- Owner: jadhav0603
- Created: 2025-01-13T10:03:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T15:51:32.000Z (about 1 year ago)
- Last Synced: 2025-03-28T04:18:38.846Z (12 months ago)
- Topics: authentication, authorization, express-js, github, html-css-javascript, mongodb-atlas, mongoose, netlify, node-js, postman, reactjs, tailwind-css, vercel-deployment
- Language: JavaScript
- Homepage: https://bluefly-com-clone-frontend.onrender.com/
- Size: 35.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🛍️ Bluefly E-commerce Clone
A clone of the Bluefly e-commerce website with features like product search, sorting, authentication, and dynamic categories.
## 🚀 Features
- 🔍 **Product Search & Sorting** – Search products and sort them by price, name, or category.
- 🛠 **Custom API** – JSON-based API for efficient product data management.
- 🔐 **User Authentication** – Secure login & registration using token-based authentication.
- ❤️ **Favorite Functionality** – Save favorite products with a visually appealing UI.
- 🏷️ **Dynamic Navbar Categories** – Hover-based dropdown to display subcategories.
- 📱 **Responsive Design** – Optimized for all devices (mobile, tablet, desktop).
## 🛠 Tech Stack
- **Frontend:** HTML, CSS, JavaScript, React.js, Chakra UI
- **Backend:** Node.js, Express.js, MongoDB, Mongoose
- **Authentication:** JWT & Bcrypt
- **Hosting:** Vercel (Frontend), Render (Backend)
## 📥 Installation
```sh
git clone https://github.com/yourusername/bluefly-clone.git
cd bluefly-clone
npm install
npm start