This a funny happy birthday application hosted in the cloud using Zeit Now
to run this app just open your favorite browser go to URL provided below, and pass your friend name in the query parameter who:
https://hb-app.now.sh/who?=<your-friend-name>
- example:
https://hb-app.now.sh/who?=ahmed nouira
Note: if you didn't provide the query parameter who, by default it will be To You.
- clone the repository
git clone https://github.com/ahmnouira/happy-birthday-app
cd happy-birthday-app
to enter to the folder.- install the app dependencies
npm i
. npm start
orng serve
to start the server.