https://github.com/sitara-shahzad1/servicehive-admin-panel
ServiceHive- Admin Panel | Tech Stack : React.js ,JSX, Redux, State Management, API Integration, Sass, Css Modules,...... this pannel is made for services like customers and product services, service provider. It contains some relavant pages and contents. API Integrated in this panel. All react concepts are used in this panel.
https://github.com/sitara-shahzad1/servicehive-admin-panel
api-integration css-modules-react jsx reactjs restful-api sass
Last synced: 3 months ago
JSON representation
ServiceHive- Admin Panel | Tech Stack : React.js ,JSX, Redux, State Management, API Integration, Sass, Css Modules,...... this pannel is made for services like customers and product services, service provider. It contains some relavant pages and contents. API Integrated in this panel. All react concepts are used in this panel.
- Host: GitHub
- URL: https://github.com/sitara-shahzad1/servicehive-admin-panel
- Owner: Sitara-Shahzad1
- Created: 2025-05-21T09:20:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-06-25T01:37:51.000Z (5 months ago)
- Last Synced: 2025-06-25T02:36:11.510Z (5 months ago)
- Topics: api-integration, css-modules-react, jsx, reactjs, restful-api, sass
- Language: JavaScript
- Homepage: http://localhost:5173/login
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ServiceHive – Admin Panel 🛠️
A modern and scalable **Admin Panel** built using **React.js** to manage services like customers, products, and service providers.
---
## 🛠 Tech Stack
- React.js (JSX)
- Redux (State Management)
- JavaScript (ES6+)
- Sass & CSS Modules
- RESTful API Integration
---
## 📌 Features
- Manage **Customers**, **Products**, and **Service Providers**
- Full **API Integration** with backend
- Usage of all major **React concepts**:
- Functional Components
- Hooks (`useState`, `useEffect`, `useDispatch`, `useSelector`)
- Props, State
- React Router
- Responsive and clean UI
- Modular folder structure with reusable components
---
## 🚀 Getting Started
To run this project locally:
```bash
git clone https://github.com/Sitara-Shahzad1/servicehive-admin-panel.git
cd servicehive-admin-panel
npm install
npm start
src/
├── components/ # Reusable UI components
├── pages/ # Main application pages
├── redux/ # Store setup, actions, reducers
├── services/ # API service functions
├── styles/ # SCSS and CSS modules
└── App.js