This is a simple React JS e-commerce app that uses the fakeStoreAPI to fetch categories and products. The app features a responsive design, product listing and detail pages, a shopping cart, and a checkout form.
To run this app on your local machine, follow these steps:
- Clone this repository:
git clone /~https://github.com/FREDVUNI/react-store.git
- Install dependencies:
npm install
- Start the development server:
npm start
- Open the app in your browser at
http://localhost:3000
- 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
- React JS
- React Router
- Axios
- HTML
- CSS
- This app was created by FREDVUNI.
- The fakeStoreAPI was used to fetch categories and products.
- The shopping cart and checkout form were inspired by ReactShoppingCart.
This project is licensed under the MIT License.