Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)