BookShelfie – Angular JS app

Check it out at: https://jamajuice.github.io/mybookshelf/

I created a personal bookshelf app called BookShelfie in Angular JS (1.5.0-rc.2). It consumes an API by the New York Times Best Sellers and displays a list of books (All Books) which can be added to a personal books page (My Books). There is also an aspect of form validation where you can add your own personal book to the list (+ New Book). I pass data through states mainly by binding new objects to the DataService object or changing values in it. I focused mainly on delivering a nice front-end application with search capability and responsiveness and didn’t resort to using any database. I also incorporated alert messages to aid with navigation and functionality.

Technologies Used:

  • HTML/CSS
  • jQuery
  • Bootstrap
  • Angular JS (1.5.0-rc.2)

Check it out at: https://jamajuice.github.io/mybookshelf/