Inventory-app
- create a table in html
- table headers-[Drug name, Category, prospectus links, expiration date]
- add a json file with drugs
- design and structure in css
- a new column for edit and delete buttons in Html
- new row with a save button in Html
- add three buttons in html-[save, edit, delete]
- add functionality to the save/edit/delete buttons in js
- add three buttons in html [expired,unexpired,all]
- add functionality for the expired/unexpired/all buttons in js
- Main screen appearing with the drugs table
- Search for drug
- Expired, unexpired, show all buttons
- Add drug with name, category, date, amount
- in Xampp - start Apache , MySQL
- open node-api-medstore folder in visual studio
- open terminal and run:
npm run devstart
- open medstore-ui folder in visual studio
- Shift+Ctrl+P - Browser Sync: Server mode in browser
- star(8) & enter
- localhost:80 - phpMyAdmin (database)