An open API service indexing awesome lists of open source software.

https://github.com/mathdebate09/library

A simple book-list for recording book-reading logs
https://github.com/mathdebate09/library

inheritance-js oop-in-js webdevelopment

Last synced: 11 days ago
JSON representation

A simple book-list for recording book-reading logs

Awesome Lists containing this project

README

          

# 📚 Library
A simple book-list for recording book-reading logs
>[Live Website](https://mathdebate09.github.io/library/)

## Preview
![image](https://github.com/mathdebate09/library/assets/140599484/1ac3017f-d19d-4fcb-b057-3ec999738181)

## Languages
[![HTML](https://img.shields.io/badge/-HTML-000?style=for-the-badge&logo=html5)](#) [![CSS](https://img.shields.io/badge/-CSS-000?style=for-the-badge&logo=css3&logoColor=1572B6)](#) [![JS](https://img.shields.io/badge/-JAVASCRIPT-000?style=for-the-badge&logo=javascript&logoColor=F0DB4F)](#)

## Learning Outcomes
- Protypal Inheritance on initializing a constructor and manipulating as per the need using the DOM.
- Using `.prototype` to create prototype functions.
- Setting prototypes on one anotehr to form a chain of the inheritance.