Welcome to this Flask-based web application that includes a simple calculator feature and multiple static HTML pages on various programming concepts.
This project consists of a Flask web application that serves static HTML pages covering different topics related to programming, along with a simple calculator functionality.
- Index: Main landing page of the website.
- Simple Calculator: A calculator that performs basic arithmetic operations.
- AAA Testing: Information on AAA testing in programming.
- OOPS Concepts: Explanation of Object-Oriented Programming concepts.
- Python Terminology: Glossary of Python programming terms.
- SOLID Object-Oriented Design: Introduction to SOLID principles in programming.
- Addition
- Subtraction
- Multiplication
- Division
- app.py: Main Flask application file containing the routing and calculator logic.
- index.html: Landing page HTML file.
- Simple_Calculator.html: HTML file for the calculator page.
- AAA_Testing.html: HTML file for AAA testing concepts.
- OOPS_Concepts.html: HTML file for Object-Oriented Programming concepts.
- Python_Terminology.html: HTML file for Python programming terms.
- SOLID_Object_Oriente_Design.html: HTML file for SOLID principles.
- .idea/:
- inspectionProfiles: Inspection profiles for the IDE.
- .gitignore: Specifies intentionally untracked files to ignore.
- PROJECTTHREE.iml: Module file for the IDE.
- misc.xml: Miscellaneous configurations for the IDE.
- modules.xml: Module settings for the IDE.
- vcs.xml: Version Control System settings for the IDE.
- Clone the repository:
git clone https://github.com/your-username/web-calculator.git
- Navigate to the project directory:
cd web-calculator
- Install Flask and other dependencies:
pip install Flask
python app.py
Open your web browser and navigate to http://localhost:5000
to access the application.
- Click on the navigation links to explore different topics on the website.
- Use the simple calculator to perform arithmetic operations by entering the numbers and selecting the operation.
If you'd like to contribute to this project, please follow the guidelines in CONTRIBUTING.md.
This project is licensed under the MIT License. See the LICENSE file for details.
- Flask for providing the web framework.
- HTML and CSS for building the static web pages.
- Python for the backend logic.
Feel free to explore, modify, and contribute to this project! If you have any questions or suggestions, please open an issue or submit a pull request.
Enjoy exploring the world of programming concepts and calculations! 🚀🔢