nathanmiller9 / project1

A modern day mixtape maker which enables users to create mixtapes and pair them with pictures, videos, or text for somebody meaningful to them. https://nathanmiller9.github.io/project1/
https://nathanmiller9.github.io/project1/
1 stars 2 forks source link

Branch nate #49

Open nathanmiller9 opened 7 years ago

nathanmiller9 commented 7 years ago

Added comments and prettified the code. Also, updated the code for more polished display and smoother responsiveness. Changed minor wording on lines 52 and 55 of js file. Updated mix.html file. There are still two things needed in the js: 1. is for lines 138-151 to create only one line in the playlist (right now it's creating 3 lines for each song). and 2. is for the mix name and recipient name to get populated to mix.html from firebase once those things are declared by the mix creator. these mix.html ids are "final-playlist-title" and "final-giftee" (the "final-mix-placeholder-title" will also need to be hidden when the new mix name, etc. are populated).