Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kaglet/library
Browse files Browse the repository at this point in the history
  • Loading branch information
kaglet committed Dec 27, 2023
2 parents 7e25f53 + 6196081 commit 16ca90a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# library
# library

This is a personal library tool made as part of the open source web development course [The Odin Project](https://www.theodinproject.com). This is the first assignment of the Intermediate Javascript section. It demonstrates skills in use of prototype's and prototypal chaining in constructing object's, and later will demonstrate skills in local/online storage once the API section of the course is covered.

Find the live preview [here](https://kaglet.github.io/library/).

At full screen the tool should look like this:

![image](https://github.com/kaglet/library/assets/96872447/b30c998e-87cd-475d-9b97-b447d83068de)

To add in future:
* Local storage and/or online storage will soon be added.

0 comments on commit 16ca90a

Please sign in to comment.