A simple web application that performs basic arithmetic operations using FastAPI backend and vanilla HTML/CSS/JS frontend.
- Install dependencies:
pip install -r requirements.txt- Run the application:
uvicorn main:app --reload- Open your browser and navigate to:
http://localhost:8000
- Addition and subtraction operations
- Clean and modern UI
- Real-time calculation results
- Error handling for invalid inputs