Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/psammystprime/project-library
- Owner: PsammystPrime
- Created: 2023-12-08T10:28:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T13:59:30.000Z (10 months ago)
- Last Synced: 2024-02-28T14:56:24.905Z (10 months ago)
- Topics: html-css-javascript, vanilla-javascript
- Language: JavaScript
- Homepage: https://psammystprime.github.io/Project-Library/
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ❤️.