Hello! Awesome books is a single page website that allows you to add or remove books to create a list or book colleccion. Re-creating this website you will learn how to give some functionality to your sections and make your website more user-interactive. Apart from creating and display a list you will learn how to set and get items from local storage and how to use an external package like luxom to display the current date.
- HTML
- CSS
- JavaScript
Setting up this project locally: On your terminal: 1- Clone this repository to your computer: git clone git@github.com:emiliazm/awesomebooks-es6.git. 2- Open the project on your code editor: "cd awesomebooks-es6" and "code ." 3- Install npm package: npm install.
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. For this exercise - the more modules the better!
- 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.)
👤 Emilia Zambrano
- GitHub: @emiliazm
- Twitter: @emilia_zm
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse README template.
- Figma.
This project is MIT licensed.