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

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.

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