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

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.

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