Skip to content

Simple 'library' app. Add books, mark them 'read' or 'not read', delete books. Built for Odin Project section on JS Frameworks.

Notifications You must be signed in to change notification settings

mickywagner/vue-library

Repository files navigation

Vue Library

Screenshots

About This Project

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.

Technical Sheet

  • HTML 5
  • CSS 3 - Animate.CSS
  • Javascript ES6
  • Vue

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Simple 'library' app. Add books, mark them 'read' or 'not read', delete books. Built for Odin Project section on JS Frameworks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published