Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeevan-2005/bellavita-clone

This repository contains the codebase for a sophisticated ecommerce website clone inspired by Bellavita. With a focus on luxury and convenience, website offers users a seamless shopping experience complete with login/signup functionality, intuitive navigation, and smart filtering options.
https://github.com/jeevan-2005/bellavita-clone

chakra-ui css3 html5 javascript reactjs redux

Last synced: 3 days ago
JSON representation

This repository contains the codebase for a sophisticated ecommerce website clone inspired by Bellavita. With a focus on luxury and convenience, website offers users a seamless shopping experience complete with login/signup functionality, intuitive navigation, and smart filtering options.

Awesome Lists containing this project

README

        

# Bellavita Ecommerce Website

Welcome to the Bellavita Ecommerce Website repository!

## Overview
This repository contains the codebase for a sophisticated ecommerce website clone inspired by Bellavita. With a focus on luxury and convenience, website offers users a seamless shopping experience complete with login/signup functionality, intuitive navigation, and smart filtering options.

## Deploy Link
The E-commerce demo can be [viewed online here](https://bellavita-clone.vercel.app/).

## Features

User Authentication: Easily create an account or login to access personalized features and exclusive deals.
Home Page: Explore the latest trends and featured products right from the homepage.
Products Page: Browse through a diverse selection of premium products across various categories.
Checkout Page: Enjoy a streamlined checkout process for hassle-free purchases.
Cart Management: Conveniently add, remove, or modify items in your shopping cart.
Smart Filters: Refine your search results by category to find exactly what you're looking for.

## Images
Here are screenshots that show the E-commerce demo application in use.

**Home Page**
![bellavitaSS](https://github.com/user-attachments/assets/ba62846a-e808-499e-9627-0a576f91410b)

**Products Page**
![Screenshot 2024-07-31 165517](https://github.com/user-attachments/assets/97d37a73-05a3-432e-9ca1-0214529b31a4)

**Single Product Page**
![Screenshot 2024-07-31 165657](https://github.com/user-attachments/assets/1f31cd30-f4b1-4d52-b2dd-edd932c9854d)

**Cart page**
![Screenshot 2024-07-31 165556](https://github.com/user-attachments/assets/4af6e5d3-84ee-4f93-b0b5-eabe91ce48bc)

**CheckOut Page**
![Screenshot 2024-07-31 165631](https://github.com/user-attachments/assets/d750bbff-068e-4409-9cad-43700cbb4ff2)

## Getting Started

1. Clone the repository to your local machine.
2. Navigate to the project directory.
3. Install dependencies using npm install.
4. Start the development server with npm run dev.

## Technologies Used

* HTML5
* CSS3
* JavaScript
* React.js
* ChakraUi
* Redux

## Installation

To get a local copy up and running, follow these simple steps:

1. **Clone the repository**:
```sh
git clone https://github.com/jeevan-2005/BellavitaClone.git
```
2. **Navigate to the project directory**:
```sh
cd bellavita
```
3. **Install dependencies**:
```sh
npm install
```
4. **Start the application**:
```sh
npm run dev
```

## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project.
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`).
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`).
4. Push to the Branch (`git push origin feature/AmazingFeature`).
5. Open a Pull Request.