/CalDevSupplyChain-UI

Primary LanguageJavaScriptMIT LicenseMIT

CalDevSupplyChain-UI

How to run the program?

  1. Go to the app directory
  2. npm install
  3. npm start

Note

  1. the home page is reachable when you logout from the dashboard (because it is intially set with an already registered admin), or you can go to the localStorage and set the key (antd-pro-authority) with value (guest) to see the UI in guest's view. Basically, just switching the role between (admin, user, guest) for now.

Thing to do

  1. The Create Order page is 90% completed, but we need to put the newly created item into a item table list.
  2. The Order Page
  3. The Invoice Page

Screenshot

HomePage

top

Alt text

bottom

Alt text

LoginPage

Alt text

Dashboard

Alt text

Create New Order Page

top

Alt text

bottom

Alt text