A customizable React Admin Dashboard with themes, tables, charts, calendar, and Kanban board for a seamless user experience.
- Customizable Themes: Choose from a variety of themes to match your style.
- Dynamic Tables: Create and manage data tables with ease.
- Interactive Charts: Visualize your data with various types of charts.
- Calendar Integration: Keep track of events and deadlines using the built-in calendar.
- Kanban Board: Organize tasks and workflows using the Kanban board.
Follow these steps to get the project up and running on your local machine.
- Node.js (v14 or higher)
- npm (v6 or higher)
Clone the repository
git clone https://github.com/ravikant-diwakar/react-admin-dashboard.git
Navigate to the project directory
cd react-admin-dashboard
Install the dependencies
npm install
Start the development server
npm start
Open your browser and go to http://localhost:3000
to see the app in action.
- You can switch between different themes from the settings panel.
- Create your own themes by modifying the theme configuration files.
- Add, edit, and delete rows easily.
- Sort and filter data based on different columns.
- Choose from line charts, bar charts, pie charts, and more.
- Update the data dynamically to see real-time changes.
- Add events to specific dates.
- View events in different formats (daily, weekly, monthly).
- Drag and drop tasks to manage your workflow.
- Create new boards and lists to organize tasks.
Enjoy using the React Admin Dashboard! 🚀