Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raghavtwenty/happy-birthday

🎂 A Python Flask website that wishes your closest ones a happy birthday
https://github.com/raghavtwenty/happy-birthday

animations beginner-friendly celebration css fireworks flask flask-application happy-birthday html5 javascipt javascript jquery miniproject opensource projects python python3 raghavtwenty web-application webdevelopment

Last synced: 17 days ago
JSON representation

🎂 A Python Flask website that wishes your closest ones a happy birthday

Awesome Lists containing this project

README

        

# HAPPY BIRTHDAY
_A Python Flask website that wishes your closest ones a happy birthday_



### 🌟 EXPERIENCE HERE 🌟
https://happy-birthday-izo0.onrender.com



### PROTOTYPE VIDEO
https://github.com/raghavtwenty/happy-birthday/assets/126254197/492cf1de-69ac-49c7-ae6e-d5a626e00be6



### HOW TO EXECUTE

#### Terminal
```
git clone https://github.com/raghavtwenty/happy-birthday.git
```

```
cd happy-birthday/
```

```
pip install -r requirements.txt
```

```
python application.py
```


or

```
gunicorn application:app
```

#### Open web browser
```
http://127.0.0.1:5000/
```

### REQUIRED
- PC or Laptop

- Pogramming language: Python

- Frameworks: Flask
- Any web browser



### WORKING
This is a python flask website that says "happy birthday" with dynamic & amazing fireworks
- The flask app is first started, It runs on localhost 5000 (port number).
- The home route asks for user name.
- It then sends it to the backend and returns a HTML page.
- This HTML triggers JQUERY code for fireworks and displays it on the output screen with user name.



### OUTPUT

- Home Route


![1](https://github.com/raghavtwenty/happy-birthday/assets/126254197/a0111059-f2d0-4e93-98e3-f96525fa8fe9)

- Output Route


![2](https://github.com/raghavtwenty/happy-birthday/assets/126254197/0a9ebaec-030f-4be9-971f-d267f4dc3b73)



### CREDITS
- Mentor & Teacher: Shemeer.K.A, PGT, Computer Science.

- Designed & Programmed by: Raghava

- School: Kendriya Vidyalaya, Coimbatore.



_END OF README_