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.
- Host: GitHub
- URL: https://github.com/dipeshdimi/e-commerce
- Owner: dipeshdimi
- Created: 2024-03-17T17:41:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T12:41:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T15:17:32.240Z (over 1 year ago)
- Topics: css3, fakestore-api, react-js, vercel-deployment
- Language: JavaScript
- Homepage: https://e-commerce-roan-nu.vercel.app
- Size: 2.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.


## 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.