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

ES6 book store #1

Closed bernabasy closed 1 year ago

bernabasy commented 1 year ago

In this pull request, the following changes have done. -Create the entry point for your JavaScript code called index.js -Create an index.css file for styles -Create the main index.html file. Link your index.js and index.css files there. -Divide codes into different modules. -Use ES6 syntax to functions. -Refactor your methods and functions to arrow functions. -Use library Luxon to display the day.