Users can invite other members to a "lab" where all users can see and edit inventory. Some notable features: Alert users to items with low stock, charts show usage history of all items, request orders for an item.
This was my first project using Redux. Learned how to understand and use base Redux, and how to pair it with async API calls using Redux Thunks and Axios. Learned how to use Chakra UI to quickly build a UI. Continued to learn how to test with React Testing Library and Cypress.
React
Redux
Redux Thunks
Chakra UI
React Testing Library