Welcome to the Bellavita Ecommerce Website repository!
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.
The E-commerce demo can be viewed online here.
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.
Here are screenshots that show the E-commerce demo application in use.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install dependencies using npm install.
- Start the development server with npm run dev.
- HTML5
- CSS3
- JavaScript
- React.js
- ChakraUi
- Redux
To get a local copy up and running, follow these simple steps:
- Clone the repository:
git clone https://github.com/jeevan-2005/BellavitaClone.git
- Navigate to the project directory:
cd bellavita
- Install dependencies:
npm install
- Start the application:
npm run dev
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.
- Fork the Project.
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
). - Commit your Changes (
git commit -m 'Add some AmazingFeature'
). - Push to the Branch (
git push origin feature/AmazingFeature
). - Open a Pull Request.