Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hussein-saad/library
https://github.com/hussein-saad/library
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hussein-saad/library
- Owner: hussein-saad
- Created: 2023-09-02T21:47:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-04T13:21:12.000Z (about 1 year ago)
- Last Synced: 2023-09-04T21:08:35.529Z (about 1 year ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library
The **Library** project is a simple web application that allows users to keep track of their personal library. Users can add books to their library by providing the book's title, author, number of pages, and whether they have read the book or not. The application provides basic functionality such as adding, and removing, book information.
## Technologies Used
The project is built using the following technologies:
- JavaScript
- HTML
- CSS## Live Demo
You can access the live demo of the **Library** project [here](https://hussein-saad.github.io/Library/).
## Acknowledgements
The **Library** project was created as part of The Odin Project curriculum.