Skip to content

raghavtwenty/happy-birthday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

HAPPY BIRTHDAY

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


🌟 EXPERIENCE HERE 🌟

https://happy-birthday-izo0.onrender.com


PROTOTYPE VIDEO

video.mov



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

  • Output Route

    2



CREDITS

  • Mentor & Teacher: Shemeer.K.A, PGT, Computer Science.
  • Designed & Programmed by: Raghava
  • School: Kendriya Vidyalaya, Coimbatore.


END OF README