chuaindia / AweSomeBooksAppwithES6

"Awesome books" is a simple website that displays a list of books and allows user to add and remove books from that list. By building this application,managing data using JavaScript is utilised. In this project ES6 methods are used. Modular concept is incorporated and import/export option is used. To create date and time LUXON library is utilized.
5 stars 0 forks source link

Peer to Peer code review D2W2 #1

Open kennankole opened 1 year ago

kennankole commented 1 year ago

Great work @chuaindia 👍🏿 💯

You have structured your code base very professionally.
However, the name of your repo should communicate about your project, kindly change it to something more descriptive. You also need to add the .gitignore file and add node_modules in the gitignore to make your repo light.

Cheers and Happy codding 💯

chuaindia commented 1 year ago

Thank you team for your helpful review.