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
- Host: GitHub
- URL: https://github.com/fredvuni/fakestore-react-store
- Owner: FREDVUNI
- Created: 2022-08-12T09:02:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T19:16:18.000Z (11 months ago)
- Last Synced: 2025-04-20T20:27:07.158Z (11 months ago)
- Topics: fakestoreapi, react, react-skeleton, react-slick-slider
- Language: JavaScript
- Homepage: https://iconic-shopper.netlify.app/
- Size: 548 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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