An open API service indexing awesome lists of open source software.

https://github.com/dipeshdimi/e-commerce

🛒🌟 Basic E-Commerce web app fetching products from FakeStoreAPI, featuring search, category filtering, and responsive design for seamless user interaction.
https://github.com/dipeshdimi/e-commerce

css3 fakestore-api react-js vercel-deployment

Last synced: 2 months ago
JSON representation

🛒🌟 Basic E-Commerce web app fetching products from FakeStoreAPI, featuring search, category filtering, and responsive design for seamless user interaction.

Awesome Lists containing this project

README

          

# Simple E-Commerce Web Application - [Live Demo](https://e-commerce-roan-nu.vercel.app/)

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)](https://github.com/dipeshdimi/eCommerce/assets/82582216/dd91aa80-989d-43ca-b0e0-2f6535aee0a2)


## 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
```sh
git clone https://github.com/yourusername/ecommerce-app.git

2. Navigate into the project directory
```sh
cd ecommerce-app

3. Install Dependencies
```sh
npm install

4. Start the development server
```sh
npm run dev

5. Open your browser and visit
```sh
http://localhost:3000

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