Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.41 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.41 KB

eCommerce Web Application

The project involves creating an interactive eCommerce platform that allows users to browse, search, and purchase products seamlessly. The platform fetches product data from an API, and displays key information such as product title, price, and ratings. The site features live search functionality that filters products in real-time as users type, along with product categorization. To enhance the user experience, the platform includes a dark mode toggle, allowing users to switch between light and dark themes.

Alt text for image

Features

  • Fully responsive design
  • Browse products by categories
  • Search functionality for filtering products by title
  • Dark mode toggle for better user experience

Setup Instructions

Prerequisites

  • React - For building the user interface.
  • React Router - For handling routing/navigation.
  • Axios - For fetching data.
  • Redux Toolkit - For state management.
  • Tailwind CSS - For styling the application.
  1. Clone the repository.
  2. Install the dependencies.
  3. Start the development server:
npm run dev
  1. Open the application in your browser at http://localhost:3000.
  2. You can view the live version of the project by visiting the following link: Live Website