Product Database Manager
This web application leverages JavaScript and React to work with HTML/CSS and get the most from the technologies to make interaction with your database functional and efficient. Viewing and managing your products is made efficient and dynamic by tapping into the tools provided by React including Virtual DOM, React Page Router, Component Modularity, Unidirectional data flow, development flexibility, and more. The benefits of front end and back end separation are present here with an ExpressJS backend, the project is made scalable and promotes iterative development.
Adding new products and editing existing ones can be done directly from a convenient drop down form. Adding a new product brings up an empty form but editing an existing product will automatically fill the form with the product data to minimize extra steps taken. Deleting a product is done from the product card itself, making for an intuitive experience. All of these functions are made with api calls to the backend server.
Randomizer mode helps create realistic demos of transactions that have been randomly generated through a weighted algorithm. Including details like product category and transaction total, the randomizer is made to be concise and handy to help employees prepare for the different interactions of a retail environment.
Visit the webpage!
Back to the main page