Skip to content

Mazhar-7/Dashboard

Repository files navigation

Dashboard Project

This is a dashboard project built using React, Vite, and FullCalendar. The dashboard features various components, including a sidebar, calendar, and theme toggling functionality.

Table of Contents

Features

  • 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.

Getting Started

Prerequisites

  • Node.js (version 14 or higher recommended)
  • npm (version 6 or higher) or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/dashboard-project.git
    cd dashboard-project
  2. Install dependencies:

    npm install
    # or
    yarn install

Running the Development Server

To start the development server, run:

npm run dev
# or
yarn dev


## Building Project
npm run build
# or
yarn build

Releases

No releases published

Packages

No packages published

Languages