/library

A library made with vanilla JavaScript

Primary LanguageJavaScriptMIT LicenseMIT

Library

This project is a book reading assistant built with JavaScript, built using technologies like webpack, and made to demonstrate vanilla JavaScript proficiency.

An demo of the working project follows.

library app demo

Features

  • It can save books in the browser local storage
  • It can delete books from it
  • It can check the reading status of books
  • It is responsive

Setup

First of all, you'll need node, which comes with npm, visit this link to get it.

Second, install the project dependencies.

npm install

And you are done.

Warning

Because this project uses webpack, after any change to the files under src you need to run npx webpack to make the bundle again, this is, rebuild the file dist/main.js.

Developers

This project was developed by santiag-rodrig and mrnadaara.

License

This project is licensed under the MIT license.