This project is the UI of an admin dashboard that displays various types of data in different visual formats, providing a comprehensive view and management capabilities for administrative tasks.
To run the Admin Dashboard locally, follow these steps:
- Clone the repository:
git clone https://github.com/midhunk0/admin-dashboard.git
- Navigate to the project directory:
cd admin-dashboard
- Install the dependencies
yarn add
- Start the server
yarn start
- Open browser and navigate to
http://localhost:3000
- Visit the live application deployed on Vercel.
This project is licensed under the MIT License. See the LICENSE file for details.
- midhunk0 - Original Author and Contributor