/Stochasticity

A dynamic web application that showcases random images paired with biology-themed messages using Python, Flask, HTML, JavaScript, and AJAX, highlighting full-stack development skills and educational integration.

Primary LanguagePythonMIT LicenseMIT

Random Image and Message Web App

This web application displays a random image along with a random message on the whole viewport. It uses Python, Flask, HTML JavaScript and AJAX.

Features

Display Random Image and Message

  • Display a random image from the 'static/images' folder.
  • Show a random message on top of the image.

Dynamic Content Update

  • Periodic update of image and message using JavaScript and AJAX.

Navigation Bar and Footer

  • Navigation bar with links to the homepage, an "About" page and GitHub repository for this project.
  • Footer with a copyright notice.

Project Structure

  • 'app.py': Flask application file.
  • 'templates/': HTML templates.
  • 'static/images/': Folder containing random images.
  • 'README.md': Documentation for the project.

Deployment

This project was developed as a personal learning project and is hosted on Heroku. You can enjoy it here Stochasticity.

License

This projects is licensed under the MIT License.