"Awesome books" is a simple website that displays a list of books and allows you to add and remove books from that list. In this project, modular JavaScript was written using ES6 modules, npm was used as a software packages system and, library Luxon was also used.
- HTML
- JavaScript
- CSS
- Git
- npm
- Luxon
To get a local copy, follow these simple steps.
In order to run this project on your computer, please make sure that you have a web browser installed
- Create a new folder;
- Copy the index.html to this folder;
- Copy the index.css to this folder;
- Copy the index.js to this folder;
- Create the modules folder in this folder;
- Copy the books.js to the modules folder;
- Copy the list_books.js to the modules folder;
- Copy the local-storage.js to the modules folder;
- Copy the luxon.js to the modules folder;
- Copy the user_interface.js to the modules folder;
- Double click on the index.html;
Once you completed these steps you should see the site in your browser.
👤 Elson Otake
- GitHub: @hedevedup
- Twitter: @devtochi
- LinkedIn: uzoma jesse
elson oteke elson otake
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- W3Schools