https://github.com/justinianus2001/fastapi-basic
https://github.com/justinianus2001/fastapi-basic
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/justinianus2001/fastapi-basic
- Owner: Justinianus2001
- Created: 2025-04-16T07:08:58.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-04-16T07:11:33.000Z (8 months ago)
- Last Synced: 2025-04-16T09:25:27.387Z (8 months ago)
- Language: CSS
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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