A book list app that uses local storage
Why I Built This:
I wanted to experiment more with storing data in local storage and familiarize myself with vanilla javascript.
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.