To launch the application use the following:
uvicorn main:app --reload
- Open the application in a web browser by navigating to the homepage.
- Enter two numbers into the text fields.
- Click the "Calculate" button.
- Upon clicking the button, a loading animation will be displayed. After the loading completes, a slow-loading image will be displayed.
- 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.