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

https://github.com/fredvuni/fakestore-react-store

An online react JS shop using the fakeStoreApi to get categories and products
https://github.com/fredvuni/fakestore-react-store

fakestoreapi react react-skeleton react-slick-slider

Last synced: 11 months ago
JSON representation

An online react JS shop using the fakeStoreApi to get categories and products

Awesome Lists containing this project

README

          

# React JS Shop with fakeStoreAPI

This is a simple React JS e-commerce app that uses the [fakeStoreAPI](https://fakestoreapi.com/) to fetch categories and products. The app features a responsive design, product listing and detail pages, a shopping cart, and a checkout form.

## Installation

To run this app on your local machine, follow these steps:

1. Clone this repository: `git clone https://github.com/FREDVUNI/fakestore-react-store.git`
2. Install dependencies: `npm install`
3. Start the development server: `npm start`
4. Open the app in your browser at `http://localhost:3000`

## Features

- Browse products by category or search for products by name
- View product details and add products to the cart
- Edit the cart contents and proceed to checkout
- Submit an order and receive an order confirmation

## Technologies Used

- React JS
- React slick slider
- React Router
- Axios
- HTML
- CSS

## Screenshot

![image](https://github.com/user-attachments/assets/7596bb8e-4a19-4634-9850-aaa1c41c26b9)

## Credits
- The [fakeStoreAPI](https://fakestoreapi.com/) was used to fetch categories and products.