- No special action is required to open this project, as it is only html, css and javascript. Just open it in a browser or in some live environemnt (e.g. live server in VSCode).
- For this app i have used html, pure javascript (es6+) and pure css (flex, grid), no frameworks, no libraries as times to times a like to do things the most basic way and for something like this framework is really not needed in my opinion.
-
- Clear Search functionality
-
- css truncated book title when the book details is opened and it is too long.
-
- Search prioritization (i cant see an easy solution in a small amount of time)
-
- Not sure if i understood correctly how the structure of the book itself should look like, now when the page loads, the name is via grid displayed over all the 3 columns, when the book detail is opened, it becomes 2-column flex and styling is updated accordingly (the most suitable solution in my opinion). If this should be structured differently, i may update it till the end of a week.
-
- Simplify search function
-
- Add media queries for responsivity
-
- play with animations a little bit more