GitPedia

Happy Birthday Card

This is a web based interactive birthday card.

From AnshumanMahato·Updated June 25, 2026·View on GitHub·

A Customizable Web-based birthday card to wish your friends and family in a unique way. The project is written primarily in JavaScript, first published in 2020. Key topics include: animation-css, birthday, birthday-card, birthday-message, birthday-reminder.

Happy Birthday Card

A Customizable Web-based birthday card to wish your friends and family in a unique way.

Check out the Previews -

If you liked it, please consider giving it star a 🤩⭐. You can also support me by sponsoring.


How to setup

Here are the methods to set it up for yourself.

Remote Deployment

  • Vercel Deploy

    Deploy with Vercel

  • Netlify Deploy

    Deploy with NEtlify

Remote deployment will require you to specify some mandatory environmental variables,

  • NAME: Name of the receiver.
  • PIC: Url of the pic to be loaded in the card. If don't have the image hosted somewhere, you may publish a telegra.ph article with your image and copy the image address from there.

To know more about the environment variables, check References.

For Local Building

  1. Clone the repository
sh
git clone https://github.com/AnshumanMahato/Happy-Birthday-Card
  1. Install dependencies
sh
npm install
  1. Add a pic of the receiver, in the ./local directory. Ensure that the image is of a 1:1 ratio or it might get cropped and squished.

  2. Create a .env file in the root directory, and add the following lines.

env
NAME='Name of the Receiever' PIC='name-of-image.extension'
  1. Execute the following commands in order.
sh
npm run init-index-local npm run build:parcel
  1. Upon Successful execution, your built files will be ready in the ./dist directory. Serve this directory using live-server or similar tools to see your card.

For further customization, check out here.


References


Support

If you have any queries or need some help in deployment, you may contact me here

<div align="center"> Made with 💖 by Anshuman Mahato </div>

Contributors

Showing top 4 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from AnshumanMahato/Happy-Birthday-Card via the GitHub API.Last fetched: 6/27/2026