A platform for users to annotate popular media and connect through shared thoughts and interests.
Generate Combo
User begins by searching by a keyword to generate a combo of movie and music clips gathered from Youtube API:
Next Combo
User can view other combos that are associated with the search keyword by clicking next button:
View Media
User can view movie and music clips:
Annotate Combo
Next, a user can annotate on selected combo.
Feed
After, user can click on the Feed to view annotations for a combo.
Visit the site and try it out for yourself to see of these features in action: Visit Here
- Built a search feature to find songs by word or phrase using the Youtube API.
- Implemented a custom combination algorithm to create combinations for users to annotate.
React, Redux, Express, Sequelize, Postgres, Heroku, Youtube API.
From the terminal run:
git clone https://github.com/sjoseph11236/ponder
cd ponder
createdb ponder
npm install
npm run start:dev
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.





