Skip to content

ahmnouira/happy-birthday-app

Repository files navigation

happy-birthday-app

visitors

This a funny happy birthday application hosted in the cloud using Zeit Now

Overview

img

in Action

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.

Run in Development Mode

  1. clone the repository git clone https://github.com/ahmnouira/happy-birthday-app
  2. cd happy-birthday-app to enter to the folder.
  3. install the app dependencies npm i.
  4. npm start or ng serve to start the server.