https://github.com/capitaln/home_interior
Home Interior website is the clone of pepperfry.com which is an e-commerce website, famous for selling home interior goods, furniture & decorative products across India.
https://github.com/capitaln/home_interior
chakraui css3 html5 javasript-library next-js redux
Last synced: 8 months ago
JSON representation
Home Interior website is the clone of pepperfry.com which is an e-commerce website, famous for selling home interior goods, furniture & decorative products across India.
- Host: GitHub
- URL: https://github.com/capitaln/home_interior
- Owner: capitalN
- Created: 2023-01-17T04:39:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T04:43:59.000Z (over 2 years ago)
- Last Synced: 2025-01-31T00:51:43.493Z (8 months ago)
- Topics: chakraui, css3, html5, javasript-library, next-js, redux
- Language: JavaScript
- Homepage: https://home-interior-one.vercel.app/
- Size: 676 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DESCRIPTION
- HOME INTERIOR is a clone of Pepperfry.com. It is an Indian online furniture and home decor marketplace. It offers a wide range of products across categories like furniture, home decor, lamps and lighting, furnishings, kitchen and dining, appliances and more.
- for frontend deployment we used vercel & for deploying database we used render.com
- This project was a collaborative effort and was completed within 5 days during Masai Construct Week.# OUR TEAM
- Nikhil Angolkar
- Shakil Pendhari
- Vikesh Hinge
- Suraj Yadav
- Arun Kumar Rana
# TECH STACK
- HTML
- CSS
- Next.js
- Chakra-UI
- Redux-Store# SCREEN-SHOTS
![]()
- NAVBAR & FOOTER are privided with links, these links are routed to relative page & navigate throughout the website.
- SEARCH functionality is added to the navbar & user can able to search products
- PRODUCTS page shows multiple products in the form of grid & we can able to see more products using pagination.
- SINGLE PRODUCT page shows details of products, user can able to add product to cart (login required).
![]()
- SIGNUP & LOGIN pages are use to register a new user or login with existing one.
- ACCOUNT page shows details of user & user activities such as order history, products in cart.
![]()
- CART DRAWER shows products in cart, user can remove product from cart.
- CHECKOUT page includes product details, user can change quantity from here & proceed to payment.
- ADMIN PAGE (email = "eve.holt@reqres.in", password = "123") shows all available products.
- admin can able to add products, change product details or delete product from the datebase.