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.
- 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
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.
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
.
This project was developed by santiag-rodrig and mrnadaara.
This project is licensed under the MIT license.