Skip to content

martupeluso/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library

First project from The Odin Project's JavaScript Course: a simple book tracker.

This page lets users add books, mark them as read, and remove them. The goal of this project was to practice working with objects and object constructors.

Note: localStorage wasn't required at this stage.

Credits