No description
- JavaScript 50.5%
- CSS 41.5%
- HTML 8%
| fonts | added web fonts | |
| img | added shortcut icon | |
| .gitlab-ci.yml | created .yml file for gitlab pages | |
| index.html | fixed typo in disclaimer | |
| odin-library.jpg | docs: update README.md with screenshots | |
| README.md | docs: update README.md with screenshots | |
| reset.css | created fixed header with CSS Grid | |
| script.js | updated README file, cleaned code | |
| styles.css | enlarged submit/ edit buttons, styled | |
Odin Library
Cover image for Odin Library, Odin Project - Adrian Dobre
Access the live page at: https://adriand.codeberg.page/odin-library/@pages/
Project learning-points
- the importance of having well written pseudocode before writing any line of code
- object constructors
- object prototype
- prototypal inheritance
- array methods
- usage of the
thiskeyword