This repository contains the source code for a web-based inventory management system with CRUD functionality. The theme of the web app follows the famous clothing brand, named 'UNIQLO'. This project was created for one of my internship interview's technical assessment.
A live demo version can be accessed through the following link:
https://gray-flower-0ce0a4e10.5.azurestaticapps.net/ The website is currently offline.
- Bootstrap 5
- DataTables
- jQuery
- index.html: The main code for the website.
- assets: Contains all the styles, libraries, fonts and frameworks needed for the website to work and look properly.
- DB.txt: An existing database file in JSON format to be imported into the inventory system.
- Clone this repository.
- Download index.html, assets and DB.txt into the same directory.
- Open index.html using your default browser.
- Select
LOAD DATAif you wish to import an existing database file orNEW DATAto create a new entry. - Select
SAVE DATAif you wish to export the edited data into a local file.
-
-
-
A modal dialog pops up when an item needs to be added, updated or deleted. The total price is automatically calculated based on the quantity and unit price.
-
This project is licensed under the MIT License.