Skip to content

keo-codes/simple-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keo-Codes

SCIENTIFIC CALCULATOR WEB APP

PROJECT DESCRIPTION

This project is a web-based scientific calculator developed as part of a Software Engineering assignment. The calculator allows users to perform mathematical calculations through a web interface.

The application demonstrates the use of version control with GitHub and basic full-stack web development.

The calculator interface is built using HTML, CSS, and JavaScript, while the calculations are processed using a Python backend built with Flask.

TECHNOLOGIES USED

  • HTML
  • CSS
  • JavaScript
  • Python
  • Flask
  • Visual Studio Code

PTOJECT STRUCTURE

simple-calculator/
│
├── assets/
│   ├── keo-codes_simple-calculator.png
│   └── keo-codes_simple-calculator_answer.png
│
├── docs/
│   └── project-notes.md
│
├── static/
│   ├── script.js
│   └── style.css
│
├── templates/
│   └── index.html
│
├── main.py
└── README.md

HOW TO RUN

  1. Install Python pip install python
  2. Install Flask: pip install flask
  3. Navigate to the project folder: cd simple-calculator
  4. Run the Flask server: python main.py
  5. Open http://127.0.0.1:5000

FEATURES

<<<<<<< HEAD

  • Basic arithmetic operations
  • Scientific functions
  • Clean and centered user interface
  • Backend calculations using Python Flask
  • Version controlled using GitHub

DEPENDENCIES

  • Python
  • Flask

SCREENSHOT

Below is an example of the calculator running on the local machine. (assets/keo-codes_calculator.png) (assets/keo-codes_calculator_answer.png)

=======

  • Basic arithmetic operations
  • Scientific functions
  • Clean and centered user interface
  • Backend calculations using Python Flask
  • Version controlled using GitHub

DEPENDENCIES

  • Python
  • Flask

SCREENSHOT

Below is an example of the calculator running on the local machine. (assets/keo-codes_calculator.png) (assets/keo-codes_calculator_answer.png)

2dcca92ee02d71ee1d4fa44116d9bac165f6f41f

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors