(Project is in Development)
Glam Luv is a full-stack e-commerce costmetics web application. The platform allows users to browse, search, and view products, with planned features such as login/signup, product filtering, and a shopping cart.
- Frontend:
- React.js
- Tailwind CSS
- Axios
- Backend:
- Node.js
- Express.js
- Mongoose (MongoDB ODM)
- Database:
- MongoDB
- Others:
- Redux Toolkit (for state management)
- Vercel (for deployment)
- Frontend: Interactive user interface using React.js and Tailwind CSS.
- Backend: RESTful APIs built with Node.js and Express.js for handling requests.
- Database: MongoDB for efficient storage and management of product and user data.
- Basic Functionality:
- Display all products dynamically fetched from the backend.
- Responsive design with optimized layouts for mobile, tablet, and desktop.
- Authentication:
- User login and registration with encrypted passwords using JWT.
- Product Management:
- Filtering and searching products by categories, price, and brand.
- Shopping Cart:
- Add, update, and remove products in the cart.
- Order Management:
- Place and track orders seamlessly.