This is a dashboard project built using React, Vite, and FullCalendar. The dashboard features various components, including a sidebar, calendar, and theme toggling functionality.
- Dynamic Sidebar: A sidebar with navigation links and icons.
- Calendar Integration: FullCalendar integration with day, week, and month views.
- Theme Toggle: Light and dark theme toggling using context API.
- Responsive Design: Fully responsive and adaptive to different screen sizes.
- Code Splitting: Improved performance with dynamic imports and manual chunk configuration.
-
Clone the repository:
git clone https://github.com/yourusername/dashboard-project.git cd dashboard-project
-
Install dependencies:
npm install # or yarn install
To start the development server, run:
npm run dev
# or
yarn dev
## Building Project
npm run build
# or
yarn build