Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.39 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.39 KB

E-Commerce Website

This is a fully functional e-commerce website built using React, Bootstrap, React-Bootstrap, Firebase, React-Countup, React-Router-Dom, and SwiperJS.

Features

  • Browse and search for products
  • Add products to the cart
  • If you are login user then go to access to checkout page otherwise login user
  • Track the order status.
  • Checkout and pay for products
  • Manage user account

Installation

  1. Clone the repository:

git clone https://github.com/kaiyumdev/react-ecommerce

  1. Install the dependencies:

npm install or yarn

  1. Start the development server:

npm start or yarn dev

Usage

  1. Open the website in a web browser.
  2. Browse the products and add them to the cart.
  3. Checkout and pay for the products.
  4. Track the order status.
  5. Manage the user account.

Tools Used

  • React: A JavaScript library for building user interfaces
  • Bootstrap: A CSS framework for creating responsive websites
  • React-Bootstrap: A set of React components that extend Bootstrap
  • Firebase: A cloud platform for building mobile and web apps
  • React-Countup: A React component for animating numbers
  • React-Router-Dom: A library for routing in React applications
  • SwiperJS: A JavaScript library for creating touch-enabled sliders

Contributing

Contributions are welcome! Please read the contributing guidelines before submitting a pull request.