Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaron-contreras/library
An Even Better Reads :)
https://github.com/aaron-contreras/library
css javascript
Last synced: 23 days ago
JSON representation
An Even Better Reads :)
- Host: GitHub
- URL: https://github.com/aaron-contreras/library
- Owner: aaron-contreras
- Created: 2022-04-13T01:58:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T13:21:41.000Z (over 2 years ago)
- Last Synced: 2024-10-22T21:57:24.811Z (2 months ago)
- Topics: css, javascript
- Language: JavaScript
- Homepage: https://aaron-contreras.github.io/library/
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Even Better Reads
A library project to practice JS, constructors and extending on a previous small task of creating `Book`s.
If you would like to check it out live, [here](https://aaron-contreras.github.io/library/) it is. :) Every visit
changes the books' colors. Give it a go!## What I improved on with this project?
- Event listeners
- Understanding of Javascript object constructors
- Heavy CSS styling and positioning