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

https://github.com/praneeth135/customers_dashboard_ui

About This Customers Dashboard application built using React and bootstrap, allows users to track how an online business is performing and demonstrate results in various formats like tables and pie chart from a trial data.
https://github.com/praneeth135/customers_dashboard_ui

boostrap css3 googlecharts-api html5 javascript lodash react

Last synced: 2 months ago
JSON representation

About This Customers Dashboard application built using React and bootstrap, allows users to track how an online business is performing and demonstrate results in various formats like tables and pie chart from a trial data.

Awesome Lists containing this project

README

          

## ๐Ÿ“Š Customer Dashboard UI

A modern and responsive **Customer Dashboard UI** built using [React.js](https://reactjs.org/) and [Tailwind CSS](https://tailwindcss.com/). This dashboard is designed to provide a clear and concise overview of customer-related data for business or CRM applications.

### ๐Ÿ” Features

* ๐Ÿง‘โ€๐Ÿ’ผ Customer Profile Cards
* ๐Ÿ“ˆ Interactive Charts (Line, Bar, Pie)
* ๐Ÿ“… Filter by Time Period (daily, weekly, monthly)
* ๐Ÿ“‹ Recent Activity Logs
* ๐Ÿ”Ž Search and Filter Customers
* ๐Ÿ“ฑ Fully Responsive Design

### ๐Ÿš€ Tech Stack

* **React.js** โ€“ Frontend Library
* **Tailwind CSS** โ€“ Utility-first CSS Framework
* **Recharts** โ€“ Data Visualization
* **Vite** โ€“ Fast Build Tool
* (Optional) **Mock API** using JSON or Axios

### ๐Ÿ“ Project Structure

```
/src
โ”ฃ /components โ†’ Reusable UI components (e.g., Cards, Charts)
โ”ฃ /pages โ†’ Main pages like Dashboard
โ”ฃ /data โ†’ Mock customer and analytics data
โ”ฃ App.jsx โ†’ Main entry
โ”— index.css โ†’ Global styles
```

### ๐Ÿงช How to Run Locally

```bash
# Clone the repository
git clone https://github.com/your-username/customer-dashboard-ui.git

# Navigate to the folder
cd customer-dashboard-ui

# Install dependencies
npm install

# Run the development server
npm run dev
```

### ๐Ÿ“ธ Screenshots

![download](https://github.com/user-attachments/assets/6bf67fac-47fa-47c4-a1f0-78d56a87a53f)