Bookshelf

An application written in Javascript, HTML5, and CSS. The application was written in various implementations to provide examples of ways to create a browser-based CRUD application using different UI frameworks.

The links below redirect to examples for the different implementations.

About Bookshelf

Bookshelf is a SPA that displays a list of books. Users can add, edit, and delete books from the collection. The collection of books are stored and retrieved using HTTP Cookies, Local Storage, and/or Session Storage.