1
1
Fork
You've already forked odin-library
0
No description
  • JavaScript 50.5%
  • CSS 41.5%
  • HTML 8%
2026年02月10日 18:17:42 +02:00
fonts added web fonts 2023年08月24日 14:34:44 +03:00
img added shortcut icon 2023年08月25日 12:58:04 +03:00
.gitlab-ci.yml created .yml file for gitlab pages 2023年08月25日 09:50:53 +03:00
index.html fixed typo in disclaimer 2023年08月25日 20:11:25 +03:00
odin-library.jpg docs: update README.md with screenshots 2026年02月10日 18:17:42 +02:00
README.md docs: update README.md with screenshots 2026年02月10日 18:17:42 +02:00
reset.css created fixed header with CSS Grid 2023年08月23日 14:45:20 +03:00
script.js updated README file, cleaned code 2023年08月25日 11:47:49 +03:00
styles.css enlarged submit/ edit buttons, styled 2023年08月25日 20:05:44 +03:00

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 this keyword