/calculator-meme-reels

This is the code for the calculator meme that I posted on Instagram Reels https://www.instagram.com/reel/C5i_g7LiSI-/?igsh=djN2aGVzNHI0Mm04

Primary LanguagePython

MEME-Calculator Web App

fastapi uvicorn

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

Run

To launch the application use: 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 used for creating the backend.
  • JavaScript - Used for handling button click events and image loading.
  • HTML/CSS - Utilized for structuring and styling the web page.