AwesomeBooks with ES6-"Awesome books" is a simple website that displays a list of books and allows you to add and remove books from that list.It is built with HTML,CSS and Javascript.
Created a directory called Modules
Used ES6 syntax
Divided the js code into modules
Refactored the methods and functions to arrow functions
Used let and const in a correct way
Displayed the current date below the navigation bar
In this PR, I have completed the following tasks.
Created a directory called Modules Used ES6 syntax Divided the js code into modules Refactored the methods and functions to arrow functions Used let and const in a correct way Displayed the current date below the navigation bar