A library app that helps the users to keep track of the books they've read or want to read in the future. The user can add or delete books and change their status between read or unread.
HTML
SCSS
: Used for styling utilizing the 7-1 file structureJavaScript
: Used JavaScriptObjectClass to store book info and an Array to simulate a library
VITE
: Used for project managementPostCSS
autoprefixer
: Used to automatically add vendor prefixes