/MedEx

Primary LanguageJavaScript

MedEx

Open Source application that gives users the ability to use a medical practice inventory tracker to store and track medical utilities.

MedexVid.mov

Login page users can sign-in or create an account.

Screen Shot 2021-11-22 at 2 58 17 PM

Features that I was responsible for in this product.

Redux/Toolkit - Intergrated a centralized state that allowed me to pass data freely and concisely. Eliminated unnessary prop drilling that caused a buggy state.

React BrowserRouter - Converted the application into a SPA, allowing users to dynamically change pages without causing the page to re-render.

Perfomance- Increased performance by 10% by eliminating duplicate code, weight and cleaning up the view of the application.

GETTING STARTED

Fork repo to your local machine. In the project directory, you can run:

npm run dev