Home Page
Items Page
Add item Page
Download and install NodeJS and XAMPP.
Open your terminal or command prompt. Use the git clone command to clone the repository. For example:
git clone https://github.com/ThishanTharuka/Inventory-Manager.git
Navigate into the cloned directory: Run the following command to install the dependencies specified in the package.json file:
npm install
npm start
Open your web browser and go to http://localhost:your_port where your_port is the port number specified in the application or the default port if none is specified. (Usually its http://localhost:3000)



