vs0018 / Project-One

Project One
0 stars 0 forks source link

Logging Swipes #17

Open ghost opened 5 years ago

ghost commented 5 years ago

As a user, I want to be able to have my favorite locations saved somewhere and my not favorites deleted from my options.

Task

vs0018 commented 5 years ago

Adding myself. Created a new, separate JavaScript file for the swipe logic. Working on some of this logic with UIKit.

vs0018 commented 5 years ago

Currently, able to grab img src and push to an array. If user taps on right arrow, this src is pushed to a more permanent "saved locations" array. Need to figure out how to remove DOM nodes when user taps on L arrow.