README
This app is designed for the creation and tracking of various playlists.
User stories: As a user, I want to be able to post new playlists. As a user, I want to be able to view and edit my playlists. As a user, I want to be able to delete a playlist that I don't want anymore. As a user, I want to be able to get a list of all of my playlists. As a user, I want to be able to view other people's playlists. As a user, I want to be able to songs to my playlists.
Wireframe: http://imgur.com/NiJNrtX
Tools used: HTML, CSS, Javascript, Handlebars, jQuery, AJAX
Start out making one table at a time. Started with authentication, then moved to playlist CRUD functions. Put basic styling in after.
For the future: Integration with Spotify playlists. More styling.