Skip to content

MyPetLobster/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mybrary

Odin Javascript Project: Library

Submitted on 2024-07-15

Mybrary is a project for the Odin Project Full Stack JavaScript curriculum, specifically the second project in the JavaScript section. The goal of this project is to practice working with classes, constructors, and prototypes in a simple library app. The app allows users to add books to their library, mark them as read, and delete them.

There is no persistent database, but a few books are added to the library by default and you are able to add or remove books as you like as long as you don't refresh the page. The app is built with vanilla JavaScript, HTML, and CSS.

Features


  • Add books to your library
  • Mark books as read
  • Delete books from your library
  • Toggle between read and unread books
  • Responsive design using CSS Grid and Flexbox
  • Interactive elements to display book details, form, etc.

Links


Try this project out here!

Here is a link to the Odin Project page for this project.
Here is a link to my previous project, "Admin Dashboard".

About

Odin Javascript Project: Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors