bajrang0789 /
python-fastapi-calculator
A simple calculator web app: FastAPI backend with arithmetic APIs and a TypeScript frontend. Includes Docker, tests, and CI.
47/100 healthLoading repository data…
ansegura7 / repository
A simple web application that demonstrates the interaction between front-end (HTML, CSS, JavaScript) and back-end (FastAPI) by performing basic math operations through a REST API.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple web application to demonstrate the interaction between a front-end and a back-end. Users can input two numbers, select a math operation (addition, subtraction, multiplication, or division), and get the result via a REST API built with FastAPI.
add, subtract, multiply, divide).git clone https://github.com/ansegura7/basic-web-calculator.git
cd basic-web-calculator
Follow these steps in order to run the FastAPI backend locally:
Create a virtual environment
python -m venv .venv
Activate the virtual environment
.\.venv\Scripts\activate
Upgrade pip
python -m pip install --upgrade pip
Install the required packages
pip install -r .\requirements.txt
Run the FastAPI application
python .\backend\main.py
After running the application, the API will be available at:
This project is licensed under the terms of the Apache License 2.0.
Selected from shared topics, language and repository description—not editorial ratings.
bajrang0789 /
A simple calculator web app: FastAPI backend with arithmetic APIs and a TypeScript frontend. Includes Docker, tests, and CI.
47/100 healthSarah1414 /
The Simple Web Calculator is a beginner-friendly web application built using Python (Flask) for the backend and HTML/CSS for the frontend. It allows users to perform basic arithmetic operations—addition, subtraction, multiplication, and division—through a clean, colorful, and user-friendly interface.
42/100 healthMazid2003 /
A simple and efficient web-based calculator built using Python (Flask) for the backend and a responsive HTML, CSS, JavaScript frontend.
rajneeshsrivastava-code /
I created a simple web-based calculator using Flask (Python framework) for the backend and HTML for the frontend. The calculator performs basic arithmetic operations such as addition, subtraction, multiplication, and division,Flask: For routing and server-side logic HTML:- For building and styling the user interface and jinja2
27/100 healthPudiYogitha /
"A full-stack calculator web app with user authentication, calculation history, and a clean UI. Built with React (frontend) and Python Flask (backend)."
42/100 healthKunal230804 /
A simple calculator web app built using Python and Flask that performs basic arithmetic operations using form handling and backend logic. No JavaScript used.
34/100 health