issues
search
vincelavang
/
facemap
A web app for advertisers who want to get feedback through emotional responses to their video ad.
0
stars
0
forks
source link
User can choose video to show.
#1
Open
vincelavang
opened
7 years ago
vincelavang
commented
7 years ago
Motivation
User can select video ad to display.
Implementation
[x] Create html file and link together to include bootstrap.
[x] Add sample videos to page for user to choose.
[x] Add layer on top of videos to prevent video from playing.
[x] Add babel, browserify, and babel devDependencies and react/react-dom dependencies.
[x] Refactor to use React and create components.
[x] Add handleClick method to App component.
[x] Add local state to a App component.
[x] Render single video of choice.
vincelavang
commented
7 years ago
Motivation
User can select video ad to display.
Implementation