bernabasy / AwesomeBooks_with_ES6

This is education project built with ES6 syntax, that allow user to add desire books to the list and also delete books. It makes use of local storage to preserve the data on the web browser.
11 stars 0 forks source link

Morning session: Peer-to-peer code review #2

Open Dmambo opened 1 year ago

Dmambo commented 1 year ago

OPTIONAL CHANGES ♻️

Great job with the code, all features where well implemented, although i do have some OPTIONAL suggestion, that you can add to your code 👍

you can add a feature to return to the list book page after adding a book here https://github.com/bernabasy/AwesomeBooks_with_ES6/blob/ce1f2d95a252b189a9d806924460799eed409048/modules/UI.js#L46-L50

waseemqureshi2020 commented 1 year ago

You have done a great job in using ES6 modules however you can make a few changes to improve UI for the users of this app. Here are a few issues you can fix to make it look better. All of these changes are optional.