Skip to content

dmfarcas/library

Repository files navigation

library

A simple library application. Keep tabs on your organization's book collection. Find a book you'd like to read from the collection, borrow, return.

TODO

...a todo list on trello?

  • Be able to borrow a book
    • Time Picker
  • Admin/User Roles
  • Individual book view w/ picture and description + borrow history. This will be a dialog component.
  • Navbar -- the component is there, but it's useless... (almost done)
    • Title | User list, Book list, Logout
  • Show a dialog on delete book to confirm book deletion.
  • Make book list pretty.
  • Make Admin view pretty.
  • Overall page layout fixes.
  • Book component

DONE

  • Be able to add a book in the library. Be able to remove a book.
    • Book component
    • Read book list database
  • Book list view

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests(LOL NOPE)
npm test 

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published