Home

Inventory Manager

A web app to help laboratories keep track of their inventory.
Built using React, Redux, Chakra UI.

What can the user do?

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.

What did I learn?

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.

Technologies used

React

Redux

Redux Thunks

Chakra UI

React Testing Library

;