Calculator Web Application
This is a simple calculator web application built with Java, Spring Boot, JSP, and CSS. The application allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
Features
Basic Operations: Addition, subtraction, multiplication, and division.
Responsive Design: Styled with CSS for a user-friendly interface.
Spring Boot: Backend logic and request handling.
JSP: Used for rendering dynamic views.
MVC Architecture: Clear separation of concerns for better maintainability.
Prerequisites
Ensure you have the following installed:
Java 17 or later
Maven (or any other build tool supporting Spring Boot)
A web browser
Build and Run the Application
-
Build the project using Maven: mvn clean install
-
Run the application:
mvn spring-boot:run
- Access the application in your browser at http://localhost:8081.