A fun and interactive Hello World web application that features:
- Animated greeting changes in multiple languages
- Click counter
- Background color changer
- Bouncing animations
- Displays "Hello World" in the center of the page
- Button to change the greeting with a bouncing animation
- Greetings in multiple languages (English, French, Spanish, Italian, Japanese, Korean, Russian, German)
- Counter showing number of greeting changes
- Button to cycle through different background colors
- Responsive design with smooth animations
-
Start the Python server:
python3 server.py
-
Open your web browser and navigate to:
http://localhost:54497/index.html
- HTML5
- CSS3 (with animations)
- JavaScript
- Python (for the development server)