https://github.com/estherslabbert/odin-library
The Odin Project: Library project
https://github.com/estherslabbert/odin-library
css html html-css-javascript javascript library odin-project
Last synced: 2 months ago
JSON representation
The Odin Project: Library project
- Host: GitHub
- URL: https://github.com/estherslabbert/odin-library
- Owner: EstherSlabbert
- Created: 2024-02-13T18:27:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T19:38:44.000Z (over 2 years ago)
- Last Synced: 2025-04-06T00:17:46.068Z (about 1 year ago)
- Topics: css, html, html-css-javascript, javascript, library, odin-project
- Language: JavaScript
- Homepage: https://estherslabbert.github.io/odin-library/
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Odin Project: Library project
This is my solution for the Odin Project's Library project, the specifications of which can be found [here](https://www.theodinproject.com/lessons/node-path-javascript-library).
By default (from the `./src/script.js` code) 3 book cards will appear on the original page with the details of each book already filled out.
This project acts as a library that displays each book on its own card, which can be edited and removed. New cards can be added by clicking the New Card button and filling out the form from the dialog.
This project currently does not have persistence.
## Acknowledgements
Photo by [Mikołaj](https://unsplash.com/@qmikola?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash) on [Unsplash](https://unsplash.com/photos/white-book-page-with-black-background-DCzpr09cTXY?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash)
Glossy effect of cards based on [KiberBash's NFT Card](https://codepen.io/kiberbash/pen/MWEpevg) found on [FreeFrontEnd: 125+ css cards](https://freefrontend.com/css-cards/).