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

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

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/).