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: 9 months ago
JSON representation
🎂 A Python Flask website that wishes your closest ones a happy birthday
- Host: GitHub
- URL: https://github.com/raghavtwenty/happy-birthday
- Owner: raghavtwenty
- Created: 2024-05-08T02:42:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-09T01:31:59.000Z (over 1 year ago)
- Last Synced: 2024-12-30T06:47:10.826Z (10 months ago)
- Topics: animations, beginner-friendly, celebration, css, fireworks, flask, flask-application, happy-birthday, html5, javascipt, javascript, jquery, miniproject, opensource, projects, python, python3, raghavtwenty, web-application, webdevelopment
- Language: JavaScript
- Homepage: https://happy-birthday-izo0.onrender.com
- Size: 15.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

- Output Route

### CREDITS
- Mentor & Teacher: Shemeer.K.A, PGT, Computer Science.
- Designed & Programmed by: Raghava
- School: Kendriya Vidyalaya, Coimbatore.
_END OF README_