/lms

Primary LanguagePython

Simple Meme web application. Users can input two numbers and click the "Calculate" button.

Run

To launch the application use the following: uvicorn main:app --reload

Usage

  1. Open the application in a web browser by navigating to the homepage.
  2. Enter two numbers into the text fields.
  3. Click the "Calculate" button.
  4. Upon clicking the button, a loading animation will be displayed. After the loading completes, a slow-loading image will be displayed.

Technologies

  • FastAPI - Python web framework is used to create the backend.
  • JavaScript - Used for handling button click events and image loading.
  • HTML/CSS - Utilized for structuring and styling the web page.