This is a Vue Library app for keeping track of your reading list with basic CRUD operations. The idea was to redo one of the previous projects with a JS framework to see how much simpler and cleaner it is to update the DOM. The original vanilla JS version is here. I made for the Javascript course on Odin Project.
Full project brief here.
Live version here.
- HTML 5
- CSS 3 - Animate.CSS
- Javascript ES6
- Vue
npm install
npm run serve
npm run build
npm run lint