423S25 / repo2

https://423s25.github.io/repo2/
MIT License
0 stars 1 forks source link

Implemented Delete, Add, and Edit on Table in UI. Added Analytics Mock page to UI #9

Closed NolanJenko closed 3 months ago

NolanJenko commented 3 months ago
  1. Implemented the ability to make changes to the frontend table in the UI using the reducer design pattern in react. This is implemented in the InventoryTable.tsx file.

  2. Added a mock page that show what a possible analytics chart might look like to track the usage of items in the inventory over time.