/birthdaygifter

Chrome Extension for gifting your friends on their birthdays

Primary LanguageJavaScript

birthdaygifter

Chrome Extension for gifting your friends on their birthdays

  1. Create HTML, CSS, JS file-system
  2. Manifest.js file
  3. User can input new birthdays (use Date object?)
  4. Use giftrocket API to suggest gift cards

// popup.html

  1. that shows if it's anyone's birthday - if not, shows sad penguin
  2. gift card recommendation using GiftRocket API
  3. tag that allows user to enter a person's name
  4. tag that allows user to input date

// birthdayName - birthdayDate object //person class with date and name passed in. Use eventListener to create new instance

  1. store user input into an object with key: birthdayName - value: birthdayDate

// Gift Card Implementation

  1. research the api
  2. find how we can implement it
  3. add it to our 2.
    tag (see popup.html)
  4. API Key = TEST_suzmNg_8Il9MhTaNGg6kTwOefGFKGQ8ztdG9g6-Q9-k

// Add images

  1. download a few pngs and add them to the google chrome extension interface