This project is an Admin Dashboard application built using React as a part of the Celebal Technologies ReactJS internship. It provides various features to manage data and visualize insights effectively. The dashboard is designed to be highly responsive and user-friendly.
- Dashboard Overview: Provides a summary of key metrics and data.
- User Management: Manage customer and employee information.
- Data Visualization: Includes charts and graphs for data analysis.
- Task Management: Includes a calendar and task board (Kanban).
- Order Management: View and manage orders.
- Responsive Design: Adapts to different screen sizes.
- Theme Customization: Ability to switch themes.
- React: Frontend JavaScript library for building user interfaces.
- Tailwind CSS: Utility-first CSS framework for styling.
- Vite: Next Generation Frontend Tooling.
- Local Storage: Browser feature for storing data locally.
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/vinodjangid07/React-Admin-Dashboard-CelebalTech.git
-
Navigate to the project directory:
cd React-Admin-Dashboard-CelebalTech
-
Install dependencies:
npm install
To start the application locally:
npm start