Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmnouira/happy-birthday-app
Very simple :birthday: **Happy Birthday** :a: Angular Application :stuck_out_tongue:.
https://github.com/ahmnouira/happy-birthday-app
birthday boostrap4 happy-birthday happycoding jquery jquery-library mp3 now-cli rxjs timer-application web-audio-api wishes zeit zeit-now
Last synced: 3 days ago
JSON representation
Very simple :birthday: **Happy Birthday** :a: Angular Application :stuck_out_tongue:.
- Host: GitHub
- URL: https://github.com/ahmnouira/happy-birthday-app
- Owner: ahmnouira
- License: mit
- Created: 2019-10-31T00:42:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:31:41.000Z (11 months ago)
- Last Synced: 2024-05-21T03:03:43.754Z (6 months ago)
- Topics: birthday, boostrap4, happy-birthday, happycoding, jquery, jquery-library, mp3, now-cli, rxjs, timer-application, web-audio-api, wishes, zeit, zeit-now
- Language: TypeScript
- Homepage: https://hb-app.now.sh/?who=ahmed nouira
- Size: 6.21 MB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# happy-birthday-app
![visitors](https://visitor-badge.glitch.me/badge?page_id=ahmnouira.happy-birthday-app)> This a funny happy birthday application hosted in the cloud using _[Zeit Now](https://zeit.co/home)_
## Overview
![img](/img/main.png)
## 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?=`
* 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.