Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.91 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.91 KB

Simple E-Commerce Web Application - Live Demo

This project is a basic eCommerce web application built using React.js and integrates with the FakeStoreAPI to fetch products. Users can search for products and filter them based on categories. The app is designed to be responsive, providing a seamless experience across different devices.

Screenshot (81)

Features

  • Product Listing: Fetches products from FakeStoreAPI.
  • Search Functionality: Allows users to search for products by name or keyword.
  • Filter by Category: Enables filtering of products based on different categories.
  • Responsive Design: Ensures a consistent and user-friendly experience on various screen sizes.

Technologies Used

  • Frontend: React.js, Fetch (for API requests), CSS for styling.
  • API Integration: FakeStoreAPI (https://fakestoreapi.com/).
  • Responsive Design: Built using modern CSS techniques to ensure responsiveness.
  • Deployment: Vercel

Getting Started

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

Prerequisites

  • Node.js and npm installed on your machine.

Installation

  1. Clone the repo
    git clone https://github.com/yourusername/ecommerce-app.git
    
  2. Navigate into the project directory
    cd ecommerce-app
    
  3. Install Dependencies
    npm install
    
  4. Start the development server
    npm run dev
    
  5. Open your browser and visit
    http://localhost:3000
    

License

Distributed under the MIT License. See LICENSE for more information.