https://github.com/fredvuni/react-store
An online react JS shop using the fakeStoreApi to get categories and products
https://github.com/fredvuni/react-store
fakestoreapi react react-skeleton react-slick-slider
Last synced: about 1 year ago
JSON representation
An online react JS shop using the fakeStoreApi to get categories and products
- Host: GitHub
- URL: https://github.com/fredvuni/react-store
- Owner: FREDVUNI
- Created: 2022-08-12T09:02:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T12:20:21.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T14:12:46.190Z (about 1 year ago)
- Topics: fakestoreapi, react, react-skeleton, react-slick-slider
- Language: JavaScript
- Homepage: https://iconic-shopper.netlify.app/
- Size: 540 KB
- Stars: 0
- 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/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 Router
- Axios
- HTML
- CSS
## Credits
- This app was created by [FREDVUNI](https://github.com/FREDVUNI).
- The [fakeStoreAPI](https://fakestoreapi.com/) was used to fetch categories and products.
- The shopping cart and checkout form were inspired by [ReactShoppingCart](https://github.com/jeffersonRibeiro/react-shopping-cart).
## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).