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

https://github.com/ibrsec/bs-store-frontend


https://github.com/ibrsec/bs-store-frontend

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          








Logo

BS Store FrontEnd | Fullstack


An awesome frontend of the BS Store fullstack application
Explore the docs »




Live Link
·
Backend Repo
·
Backend Swagger
·
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

[![bs-store-frontend](./public/project.gif)](https://bs-store-frontend.vercel.app)

(back to top)

---


## 👀 Overview

📦 Used bs-store-backend for store store data
🎯 Used react environment, redux toolkit, redux-persist,react-router-dom, materal ,axios, react-toastify, jwt token athentication,
🖥 User can Register or login with the ready credentials on the login page, Contents can be accessed after logged in!
🔩 Crud operations of the PRoducts and categories are accessible to a admin
🖥 Bou can find the admin creds ready on login page!
💪 Normal users can only list the products
🌱 Admin user can list create update and delete the products and categories of the products

(back to top)


## 🛫 Quick Setup

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

# enter the project directory
cd bs-store-frontend

# install dependency
npm install || yarn install

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

(back to top)


## 📂 Directory structure

```diff
+ bs-store-frontend (folder)
|
|---public (folder)
|
+ |---src (folder)
| |---pages (folder)
| |
| |---components (folder)
| |
| |---app (folder)
| | └---store.jsx
| |
| |---router (folder)
| |
| |---services (folder)
| |
| |---helper (folder)
| |---App.js
| └---Index.js
|
|----package.json
|----.gitignore
|----yarn.lock
|----.env
└----readme.md
```

(back to top)

---


### 🏗️ Built With



















(back to top)