Chrome Extension for gifting your friends on their birthdays
- Create HTML, CSS, JS file-system
- Manifest.js file
- User can input new birthdays (use Date object?)
- Use giftrocket API to suggest gift cards
// popup.html
-
that shows if it's anyone's birthday - if not, shows sad penguin
-
gift card recommendation using GiftRocket API
- tag that allows user to enter a person's name
- tag that allows user to input date
// birthdayName - birthdayDate object //person class with date and name passed in. Use eventListener to create new instance
- store user input into an object with key: birthdayName - value: birthdayDate
// Gift Card Implementation
- research the api
- find how we can implement it
- add it to our 2. tag (see popup.html)
- API Key = TEST_suzmNg_8Il9MhTaNGg6kTwOefGFKGQ8ztdG9g6-Q9-k
// Add images
- download a few pngs and add them to the google chrome extension interface