Feedback:
Tayseer Al-Saffar - Graphic Designer :
- Make the app link in the navbar a link to the home page
- Add barcode scanner
- Change the color pallet
- Add images to items
- Change the item display to an excel style table
I learned better ways to make my app look more attractive and some additions that will make for better user experience. I changed the logo to link to the home page in response to the feedback, I will also consider the other things when I fully style my app.
Jeremy Walker - Mentor
- Text in the checkboxes should be clickable
- Change the item view where there is an emphasis on the item name
- Once logged in, the option to log in should change to log out
I learned that some tiny little changes to the implementation and styling of components can fix a lot of issues with the app. I made the necessary changes to follow all the suggestions.
Ameen Nihad Senior Software Developer
- Hamburger menu doesn't disappear after selecting an option
- A bug when adding an item rendering the request unsuccessful
I learned of a bug that I didn't notice, that turned out to be caused by a leftover hardcoded lines from the static app. Ameen also suggested I use state to control the hamburger menu, which worked perfectly.