An open API service indexing awesome lists of open source software.

https://github.com/justinianus2001/fastapi-basic


https://github.com/justinianus2001/fastapi-basic

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simple Calculator Web App

A simple web application that performs basic arithmetic operations using FastAPI backend and vanilla HTML/CSS/JS frontend.

## Setup

1. Install dependencies:
```bash
pip install -r requirements.txt
```

2. Run the application:
```bash
uvicorn main:app --reload
```

3. Open your browser and navigate to:
```
http://localhost:8000
```

## Features

- Addition and subtraction operations
- Clean and modern UI
- Real-time calculation results
- Error handling for invalid inputs