-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:kaglet/library
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |