A simple hospital inventory management application using an OOP approach.
Features include:
- Mocked login using a fixture file
- Configuration of inventory table columns
- Sorting on inventory table
- Filtering on inventory table
- Displaying inventory items in a table view
- Adding inventory items
- Removing inventory items
- Editing existing inventory items
- Jest tests for inventory logic
- Cypress e2e test using fixtures
Bugs:
- Add validation for empty inventory item form
- Add validation for form field types
yarn install
yarn serve
yarn build
yarn lint