A web-based dashboard for managing and tracking inventory efficiently.
- Clone the repository:
git clone https://github.com/thejyotipatel/Inventory-Management-Dashboard.git
cd inventory-management-dashboard- Install dependencies:
npm install
# or
yarn install- Run the application:
npm run dev
# or
yarn start