Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.21 KB

EZShop

Welcome to EZShop, a simple E-commerce site UI built with React, Redux Toolkit, React Router, React Toastify, and Tailwind CSS.

Purpose

This project serves as a practice ground for honing skills in React and Redux Toolkit, focusing on active state management in a dynamic E-commerce setting.

Features

  • Redux Toolkit: Efficient state management for seamless user experience.
  • React Router: Navigate smoothly between the cart and home pages.
  • React Toastify: Interactive notifications for enhanced user experience.
  • React Icons: A collection of customizable icons.
  • Fake Store API: Fetch product data from Fake Store API.
  • Tailwind CSS: Stylish and responsive design for a seamless user interface.

Getting Started

Follow these steps to run the project locally:

  1. Clone the repository:

    git clone https://github.com/AbhishekNavgan95/EZShop.git
    
  2. install dependencies:

       cd EZShop
       npm install
    
  3. Run the development server:

       npm run dev
    

Contributing

If you'd like to contribute to EZShop, feel free to fork the repository and submit pull requests. Contributions are always welcome!