Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.24 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.24 KB

Birthday Card Generator (Hackathon)

Creates a custom birthday card based on your birthday and favourite colour! Made in less than 6 hours for a BrainStation Hackathon.

Try out the demo here: Website

Demo

Document.-.Google.Chrome.2022-11-16.10-42-34.mp4

How We Made It

  • First, we made a form that asks the user for their Name, Birthday, and Favorite Color.
  • On the front of the card used the UnsplashAPI to generate a random image that matched the user's favourite color.
  • We used used** CSS animations** to generate a card that opens like a birthday card.
  • We used the PokeAPI to generate a random Pokemon that matched the user's favorite color.
  • The card also generates a new Birthday greeting every single render.

Contributors