Skip to content

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.

Notifications You must be signed in to change notification settings

HenryTech12/calculator-web-using-java-with-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

  1. Build the project using Maven: mvn clean install

  2. Run the application:

mvn spring-boot:run

  1. Access the application in your browser at http://localhost:8081.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published