https://github.com/ibrsec/bs-store-frontend
https://github.com/ibrsec/bs-store-frontend
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibrsec/bs-store-frontend
- Owner: ibrsec
- Created: 2024-07-25T11:44:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T10:21:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T21:36:33.675Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://bs-store-frontend.vercel.app
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 📎
---
[](https://bs-store-frontend.vercel.app)
---
📦 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
```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
```
```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
```
---