MyBookList App

A book list app that uses local storage

Booklist main page

Why I Built This:

I wanted to experiment more with storing data in local storage and familiarize myself with vanilla javascript.

Adding and removing elements from the app

Challenges Faced:

I followed along with Traversy Media in order to see how this was setup. Finding a way to keep the data around after a page refresh concerned me.

Lessons Learned:

This showed me just how customization you could do WITHOUT a backend! It shows us just how powerful vanilla Javascript can be but also how much easier having a framework is.

The Demo (via codepen)

The Code Repo