Closed Sparktan24 closed 2 years ago
Re-create your Awesome books app following the rules:
Use ES6 syntax.
Divide your code into modules. Save each module in a separate file in the modules dir. Import modules in the index.js file.
Keep all funcionalities of the app without errors.
Refactor your methods and functions to arrow functions.
Use let and const in a correct way.
Display the current date below the navigation bar.
For this requirement you should use a library Luxon
Download the script and save it to your project.
Import it as a module.
For more info about the requirements visit: https://github.com/microverseinc/curriculum-javascript/blob/main/books/books_with_es6.md
Project requirements
Re-create your Awesome books app following the rules:
Use ES6 syntax.
Divide your code into modules. Save each module in a separate file in the modules dir. Import modules in the index.js file.
Keep all funcionalities of the app without errors.
Refactor your methods and functions to arrow functions.
Use let and const in a correct way.
Display the current date below the navigation bar.
For this requirement you should use a library Luxon
Download the script and save it to your project.
Import it as a module.
For more info about the requirements visit: https://github.com/microverseinc/curriculum-javascript/blob/main/books/books_with_es6.md