{"id":22847653,"url":"https://github.com/monu-yaduwanshi/java-servlet-average-calculator","last_synced_at":"2026-04-14T00:03:01.386Z","repository":{"id":267425695,"uuid":"870642656","full_name":"Monu-Yaduwanshi/Java-Servlet-Average-Calculator","owner":"Monu-Yaduwanshi","description":"This project is a simple web application that calculates the sum and average of three numbers entered by the user. It is built using Java Servlets, HTML, and CSS, and is deployed on an Apache Tomcat server.","archived":false,"fork":false,"pushed_at":"2024-10-11T11:35:16.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-21T12:04:38.884Z","etag":null,"topics":["api","css","eclipse","eclipse-ide","http-server","jakarta","java","java-advanced","java-application","java-ee","javaframework","jdk","mapping","mysql-database","servlet-api","servlet-jsp","tomcat","tomcathtml"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Monu-Yaduwanshi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-10T12:11:36.000Z","updated_at":"2024-10-11T11:35:20.000Z","dependencies_parsed_at":"2024-12-10T09:34:04.943Z","dependency_job_id":"700e0be7-7759-49d8-9bd7-529322bd8d05","html_url":"https://github.com/Monu-Yaduwanshi/Java-Servlet-Average-Calculator","commit_stats":null,"previous_names":["monu-yaduwanshi/java-servlet-average-calculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Monu-Yaduwanshi/Java-Servlet-Average-Calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monu-Yaduwanshi%2FJava-Servlet-Average-Calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monu-Yaduwanshi%2FJava-Servlet-Average-Calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monu-Yaduwanshi%2FJava-Servlet-Average-Calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monu-Yaduwanshi%2FJava-Servlet-Average-Calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Monu-Yaduwanshi","download_url":"https://codeload.github.com/Monu-Yaduwanshi/Java-Servlet-Average-Calculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monu-Yaduwanshi%2FJava-Servlet-Average-Calculator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270385467,"owners_count":24574556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","css","eclipse","eclipse-ide","http-server","jakarta","java","java-advanced","java-application","java-ee","javaframework","jdk","mapping","mysql-database","servlet-api","servlet-jsp","tomcat","tomcathtml"],"created_at":"2024-12-13T04:08:46.403Z","updated_at":"2026-04-14T00:03:01.374Z","avatar_url":"https://github.com/Monu-Yaduwanshi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java Servlet Average Calculator\n\nThis project is a simple web application that calculates the sum and average of three numbers entered by the user. It is built using Java Servlets, HTML, and CSS, and is deployed on an Apache Tomcat server.\n\n## Features\n\n- **User Input**: Users can enter three numbers to calculate their sum and average.\n- **Dynamic Output**: The application displays the sum and average of the entered numbers.\n- **Clean User Interface**: A simple HTML layout with CSS styling enhances the user experience.\n\n## Technologies Used\n\n- **Java Servlet API**: For server-side processing and handling user input.\n- **HTML/CSS**: For frontend design and styling.\n- **Apache Tomcat**: The web server used to deploy the application.\n\n## Setup Instructions\n\n### Clone the Repository\n\n\ngit clone \u003crepository-url\u003e\nDeploy on Apache Tomcat\nImport the project into your Eclipse IDE:\n\nLaunch Eclipse and navigate to File \u003e Import \u003e Existing Projects into Workspace.\nSelect the project directory you cloned.\nConfigure the Tomcat server in Eclipse:\n\nRight-click on the project, select Properties, and then Targeted Runtimes.\nCheck the box for the Apache Tomcat server and apply the changes.\nRun the application on the Tomcat server:\n\nRight-click on the project, go to Run As, and select Run on Server.\nChoose the Apache Tomcat server and click Finish.\nAccess the Application\nOpen your web browser and navigate to:\nhttp://localhost:8080/your-context-path\nYou will see the average calculator form where you can enter your numbers.\nAuthor\nMonu Yaduwanshi\n\nNotes\nThis application currently does not include database functionality, but it can be extended to store input values or results in a MySQL database if desired.\nLicense\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\nAdditional Resources\n#Java Servlets Documentation\n#Apache Tomcat Documentation\n\n### Key Features of this `README.md`:\n- Clear sections for features, technologies, setup instructions, and author information.\n- Encourages future development with notes on potential database integration.\n- Includes additional resources for users who may want to explore more about Java Servlets and Apache Tomcat.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonu-yaduwanshi%2Fjava-servlet-average-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonu-yaduwanshi%2Fjava-servlet-average-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonu-yaduwanshi%2Fjava-servlet-average-calculator/lists"}