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

https://github.com/prantoshb/redux-store

Redux Store is an e-commerce store that fetches data from API and displays products on the page. This web app is using Redux Toolkit to store app state.
https://github.com/prantoshb/redux-store

Last synced: over 1 year ago
JSON representation

Redux Store is an e-commerce store that fetches data from API and displays products on the page. This web app is using Redux Toolkit to store app state.

Awesome Lists containing this project

README

          

# Redux Store

Redux Store is an e-commerce store that fetches data from API and displays products on the page. This web app is using Redux Toolkit to store app state.

## 🧔 Author

- [GitHub](https://www.github.com/PrantoshB)
- [LinkedIn](https://linkedin.com/in/prantosh)

## API Reference

#### Get all items

```http
GET https://fakestoreapi.com/products
```