Skip to content

michulee/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💡 Library

Add and remove books from a library. This project is used to understand objects, prototypes, and localStorage.

This is a JavaScript assignment from The Odin Project.

What is The Odin Project?

The Odin Project is an open source curriculum that focuses on learning development through projects. It is a curated curriculum that features different articles and videos to deepend your understanding and prep you for the curriculum's assignments.

🚀 Languages & Technologies Used

This project was made using HTML, CSS, and vanilla JavaScript.

📁 Storage Method

This project uses local storage as the method to store data. Local storage is when data is stored on the client's device. There is no expiration date on the data, and the data can be accessed without Internet.