This exercise implements a book list that allows adding and removing books. It uses HTML, JavaScript, and the browser's Local Storage to store the data. It provides a simple interface with a form where book details are entered and displayed in a list. It enables easy management of the book collection persistently within the browser.
☆14May 31, 2023Updated 2 years ago
Alternatives and similar repositories for book_list
Users that are interested in book_list are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Webpack installation and use exercise☆13Jun 5, 2023Updated 2 years ago
- Exercise to locate and fix hidden bugs in JavaScript code. Learning problem-solving and debugging using developer tools.☆12May 26, 2023Updated 3 years ago
- This project aims to learn about branch creation, version control, and Github flow. It exercises skills with GitHub commands like pull re…☆11Apr 26, 2023Updated 3 years ago
- This repository allows me to make my websites available online.☆14May 8, 2023Updated 3 years ago
- This exercise implements a book list using HTML, JavaScript, and Local Storage. Users can add/remove books, with details displayed in a s…☆16May 31, 2023Updated 2 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- In this repository, I showcase my skills in creating a user interface using wireframes and connecting with the Leaderboard API. It displa…☆16Jan 14, 2024Updated 2 years ago
- Design mockup of my portfolio using bootstrap for its quick visual implementation☆13May 20, 2023Updated 3 years ago
- Exercise on unit testing in JavaScript using Jest. Includes tests for string length, string reversal, and calculator methods. Implementat…