Skip to content

dmitriyrotaenko/librarium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

librarium 📚

This simple web app is built using HTML, CSS, and vanilla JS. The project is built as part of the Odin JS course.

Demo

Check out the app demo.

User story

As a user, you can:

  • Add a book to the library via a dedicated book.
  • Mark a book as (non)read.
  • Remove a book from the library.
  • Access main actions from the keyboard ⌨️
  • Use the app on devices with smaller screens📱

About JS pattern

For this project, I used the MVC pattern with a simple event emitter to pass data between model and view. I know, that for this type of project the chosen approach is an overcomplication, but I just wanted to play with the pattern a bit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published