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.
- HTML
- CSS
- JavaScript
- Python
- Flask
- Visual Studio Code
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
- Install Python pip install python
- Install Flask: pip install flask
- Navigate to the project folder: cd simple-calculator
- Run the Flask server: python main.py
- Open http://127.0.0.1:5000
<<<<<<< HEAD
- Basic arithmetic operations
- Scientific functions
- Clean and centered user interface
- Backend calculations using Python Flask
- Version controlled using GitHub
- Python
- Flask
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
- Python
- Flask
Below is an example of the calculator running on the local machine. (assets/keo-codes_calculator.png) (assets/keo-codes_calculator_answer.png)
2dcca92ee02d71ee1d4fa44116d9bac165f6f41f