Welcome to the SmartDash Admin Suite project! This admin panel is built using React and Material-UI, featuring a responsive design, theming options, and various modules for effective management.
-
Responsive Design: The dashboard adapts to different screen sizes for a seamless user experience.
-
Theming: Choose between light and dark themes using the
@mui/material
library. -
Navigation: Sidebar navigation for quick access to dashboard, team, contacts, invoices, forms, calendar, FAQ, and charts.
-
Dashboard: Centralized view for key metrics and system overview.
-
Team Management: Manage team members efficiently.
-
Contacts: Organize and view contact information.
-
Invoices: Track financial transactions with a dedicated section.
-
Form Handling: Interact with and submit forms for data processing.
-
Calendar Integration: Utilizes FullCalendar library for event and schedule management.
-
Data Visualization: Visualize data with bar charts, line charts, pie charts, and geographical maps using the
@nivo
library.
-
Clone the Repository:
git clone <repository-url>
-
Install Dependencies:
npm install
-
Start the Development Server:
npm start
-
View the Dashboard: Open your browser and go to
http://localhost:3000
.
- Toggle between light and dark themes to suit your preferences.
- Navigation between sections is handled by
react-router-dom
for smooth transitions.
- Data visualization is powered by the
@nivo
library, offering diverse chart components.
The New Dashboard Admin Panel is deployed on Netlify. View the live deployment here.