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

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

This is a store app with redux
https://github.com/ibrsec/redux-store

axios react redux tailwind

Last synced: about 1 month ago
JSON representation

This is a store app with redux

Awesome Lists containing this project

README

          









Logo

Redux Store App


An awesome Redux Store App
Explore the docs ยป




View Demo
ยท
Report Bug
ยท
Request Feature


๐Ÿ“Ž Table of Contents ๐Ÿ“Ž


  1. About The Project


  2. Overview

  3. Quick Setup

  4. Directory structure

  5. Built With


---


## โ„น๏ธ About The Project

[![redux-store](./public/project.png)](https://redux-store-ruby.vercel.app/)

(back to top)

---


## ๐Ÿ‘€ Overview


๐ŸŽฏ Used React environment
๐Ÿ–ฅ Products listed on products with categories
๐Ÿ–ฅ Products details can be displayed
๐Ÿ–ฅ Products can be addted to the cart
๐Ÿ–ฅ Cart can be managed with clicking on cart icon
๐Ÿ”ฉ Used redux for for global state

(back to top)


## ๐Ÿ›ซ Quick Setup

```sh
# clone the project
git clone https://github.com/ibrsec/redux-store.git

# enter the project directory
cd redux-store

# install dependency
npm install || yarn install

# develop
npm run dev || yarn start
```

(back to top)


## ๐Ÿ“‚ Directory structure

```diff
redux-store (folder)
|
|---public (folder)
|
+ |---src (folder)
| |---pages (folder)
| |
| |---components (folder)
| |
| |---img (folder)
| |
| |---router (folder)
| |
| |---store (folder) (store and slices)
| |
| |---App.js
| |---App.css
| |---Index.js
| โ””---Index.css
|
|----package.json
|----tailwind.config.js
|----yarn.lock
โ””----readme.md
```

(back to top)

---


### ๐Ÿ—๏ธ Built With











(back to top)