This is the frontend component of an Inventory Management web application built using Next.js. It provides a user-friendly interface for managing inventory items, categories, suppliers, stores, and more.
Presentation with demo here
The app is hosted on Vercel here 👀. The Backend Repository is here.
If you are not seeing any data on the homepage, please be patient, initial loading takes a while.
To get a local copy of the project up and running, follow these steps:
git clone https://github.com/refinedblessing/inventory-management-frontend.git
cd inventory-management-frontend
npm install
npm run dev
** Include your own .env file and set the API URL when testing locally.
** Backend API gets turned off to avoid incurring costs 😅