Skip to content

This project allow users to add their own books to the library, as well as toggle between read/unread status and delete books as needed.

Notifications You must be signed in to change notification settings

RazvanBugoi/top-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Private Library

This is the first project from The Odin Project Full Stack JavaScript path.
You can try it live here.
Please note that this is not mobile responsive as this was not a requirement.

Objective

The main focus of this project was to get myself comfortable using Objects and Object Constructors. This project allow the users to create their own private library by adding books to the table and toggle the read status of each book.

Technologies used

  • HTML
  • CSS
  • JavaScript

The process and outcome

I started this project by creating a basic form to get the input from the user. I then created a basic table that would be dynamically populated with books once the form is submited.

The next step was to work on the JavaScript logic and create all the necessary functions to make the application work as intended. There were a few obstacles in JavaScript that I had to overcome along the way, but after hours of working on this project, I am happy to have succeeded!

About

This project allow users to add their own books to the library, as well as toggle between read/unread status and delete books as needed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published