Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/psammystprime/project-library

A project on a library of books
https://github.com/psammystprime/project-library

html-css-javascript vanilla-javascript

Last synced: 24 days ago
JSON representation

A project on a library of books

Awesome Lists containing this project

README

        

# The Grand Library

###
People read lots of books throughout their life that they lose count. What If their was a way to record books one has read and also ones they're planning to read?
This App provides a solution for that. You can save your books online and retrieve them anytime and also add new ones.

###
This is a light-weight book tracking web application built on HTML, CSS, and vanilla JavaScript.
Made possible using Object Construtors and CRUD Principles.

# Coding Along?

###
1: Create a library array that will store the books.
2:Create an Object Constructor that will create book objects.
3:Create a function for adding and removing the books.
* The function should include mechanism for;
1. Creating a new book using the 'new' keyword.
* This info is gotten from the user using a modal or form.
3. Pushing the book to the library array.
* This requires you to be familiar with array methods.
3. Displaying the book for the user.
* This requires your knowledge looping through arrays and DOM manipulation.
5. Removing the books from the screen and array at large.
###
##### Have a smooth Library Experience ❤️.