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.
- Host: GitHub
- URL: https://github.com/prantoshb/redux-store
- Owner: PrantoshB
- Created: 2023-04-10T17:54:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T06:51:42.000Z (about 3 years ago)
- Last Synced: 2025-01-21T04:32:03.510Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```