This is an admin dashboard project built with React, Sass, ContextAPI, React Router, and Material UI. The project includes a dark mode functionality that can be toggled by the user.
To get started with this project, you can clone this repository and install the necessary dependencies. To do this, follow these steps:
- Clone the repository using git clone
https://github.com/imran99744/admin-dashboard.git - Navigate into the project directory using
cd admin-dashboard - Install the dependencies using
npm install
To start the project, run the following command:
npm start
This will start a local development server and open the application in your default browser.
The dashboard provides an overview of various metrics and data points. It includes charts and graphs to visualize the data.
The project includes a dark mode functionality that can be toggled by the user. This feature uses the ContextAPI to manage the state of the application.
- React
- Sass
- ContextAPI
- React Router
- Material UI