Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 904 Bytes

README.md

File metadata and controls

49 lines (34 loc) · 904 Bytes

Hospital Inventory Management

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

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.