Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhan-profile/calculatorapp-servlet
A simple Java-based calculator web application using Servlet, demonstrating basic arithmetic operations and HTML/CSS styling
https://github.com/dhan-profile/calculatorapp-servlet
eclipse j2ee java servlet tomcat-server
Last synced: 5 days ago
JSON representation
A simple Java-based calculator web application using Servlet, demonstrating basic arithmetic operations and HTML/CSS styling
- Host: GitHub
- URL: https://github.com/dhan-profile/calculatorapp-servlet
- Owner: dhan-profile
- Created: 2024-06-29T14:22:40.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-29T14:27:35.000Z (5 months ago)
- Last Synced: 2024-06-29T15:39:44.607Z (5 months ago)
- Topics: eclipse, j2ee, java, servlet, tomcat-server
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Calculator App using Servlet**
================================A simple Java-based calculator web application using Servlet, demonstrating basic arithmetic operations and HTML/CSS styling.
**Features**
------------* Performs addition, subtraction, multiplication, division, and modulus operations
* Uses Servlet to handle HTTP requests and responses
* HTML/CSS styling for a user-friendly interface**Tools and Technologies**
-------------------------* Programming Language: **Java**
* Web Framework: **Servlet**
* Development Environment: **Eclipse J2EE**
* Version Control System: **Git**
* Database: **None** _(using request parameters)_
* HTML/CSS: **HTML5, CSS3**
* Server: **Apache Tomcat 8.5****How to Use**
--------------1. Clone the repository and import it into your Eclipse J2EE workspace.
2. Configure the project to use Apache Tomcat as the server.
3. Run the project and access it through a web browser at `http://localhost:8080/Calculator`.
4. Enter two numbers and select an operation to perform.
5. Click the "Calculate" button to see the result.**License**
----------This project is licensed under the MIT License. See the LICENSE file for details.
**Contributing**
---------------Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.
**Author**
---------[Dhanush](https://github.com/dhan-profile)