Skip to content

๐Ÿ“šAn app to create and manage a list of books, built using HTML, CSS, and JavaScript.

License

Notifications You must be signed in to change notification settings

julianachagas/booklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

25 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

BookList ๐Ÿ“š

This application allows the user to create and manage a list of books. The goal of this project was to practice DOM (Document Object Model) manipulation, event handling, classes, and localStorage in JavaScript.

Link:

Technologies

  • HTML
  • CSS
  • JavaScript

Features

  • Add a book to the list: title and author
    • Validation for empty input field
    • Message when a book is successfully added
  • Delete a book from the list
  • Search for books in the list
  • Hide the books added
  • Store the book list locally (localStorage)

Concepts practiced

  • DOM manipulation (create, insert, and remove elements, add/remove/toggle classes)
  • DOM traversal
  • Event bubbling
  • Event delegation
  • Events: mouse, keyboard, form, and change
  • .preventDefault() method
  • localStorage
  • Object Oriented Programming (OOP): classes

Useful resources



Made with ๐Ÿ’œ by Juliana Chagas

About

๐Ÿ“šAn app to create and manage a list of books, built using HTML, CSS, and JavaScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published