{"id":26244520,"url":"https://github.com/its-maneeshk/calculatorusing-java","last_synced_at":"2025-10-13T10:03:39.626Z","repository":{"id":254686518,"uuid":"847254947","full_name":"its-maneeshk/CalculatorUsing-Java","owner":"its-maneeshk","description":"Advanced Java-based calculator application featuring basic arithmetic, scientific, and statistical calculations. Ideal for students seeking a versatile tool for a wide range of mathematical operations.","archived":false,"fork":false,"pushed_at":"2024-08-25T10:50:17.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-13T10:03:37.008Z","etag":null,"topics":["java","javaapplication","javaproject","project"],"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/its-maneeshk.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-08-25T09:46:30.000Z","updated_at":"2025-01-11T09:38:22.000Z","dependencies_parsed_at":"2024-08-25T11:28:47.071Z","dependency_job_id":"a1c852d5-17f8-4fd8-8cfd-ffd48da0bd71","html_url":"https://github.com/its-maneeshk/CalculatorUsing-Java","commit_stats":null,"previous_names":["its-maneeshk/calculatorusing-java"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/its-maneeshk/CalculatorUsing-Java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-maneeshk%2FCalculatorUsing-Java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-maneeshk%2FCalculatorUsing-Java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-maneeshk%2FCalculatorUsing-Java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-maneeshk%2FCalculatorUsing-Java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/its-maneeshk","download_url":"https://codeload.github.com/its-maneeshk/CalculatorUsing-Java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-maneeshk%2FCalculatorUsing-Java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014662,"owners_count":26085554,"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-10-13T02:00:06.723Z","response_time":61,"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":["java","javaapplication","javaproject","project"],"created_at":"2025-03-13T11:27:54.354Z","updated_at":"2025-10-13T10:03:39.595Z","avatar_url":"https://github.com/its-maneeshk.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CalculatorApp\n\n**CalculatorApp** is a powerful and modular Java-based calculator designed to handle a diverse range of mathematical operations, from basic arithmetic to advanced scientific and statistical calculations. This application is ideal for students seeking a comprehensive tool for precise calculations.\n\n## Features\n\n| **Feature Category**           | **Description**                                 | **Feature Category**         | **Description**                         |\n| ------------------------------ | ----------------------------------------------- | ---------------------------- | --------------------------------------- |\n| **Basic Calculations**          | Addition, Subtraction, Multiplication, Division | **Scientific Calculations**   | Distance, Speed, and Time Conversions   |\n| **Kinematic Equations**         | Displacement, Velocity, Acceleration (WIP)      | **Statistical Calculations**  | Mean, Median, Mode, Standard Deviation, Variance |\n| **Unit Conversions**            | Kilometers to Meters                            | **Work and Power Calculations** | Power, Work Done                        |\n| **Upcoming Features**           | Angle Conversion, Energy Calculations (WIP)     | **Health and Fitness**        | (WIP)                                   |\n| **Comprehensive Statistics**    | Additional statistical functions (WIP)          | **Additional Unit Conversions** | (WIP)                                  |\n\n\n## Installation\n\nTo set up and run the **CalculatorApp**, follow these steps:\n\n1. **Navigate to the project directory:**:\n   ```bash\n   cd CalculatorApp\n   ```\n2. **Compile the project: Compile the Java classes using your preferred IDE or from the command line:**:\n   ```bash\n   javac -d classFiles src/**/*.java\n   ```\n   * \"-d\" will store all class file in \"classFile\" folder\n2. **Compile the project: Compile the Java classes using your preferred IDE or from the command line:**:\n   ```bash\n   javac -d bin src/**/*.java\n   ```\n3. **Run the application: After compilation, run the main application:**\n   ```bash\n   java -cp bin Calculatorapp.Calculatorapp\n\n# How It Works\n**Main Functionalities**\n1. Home Screen: The application starts with a welcome screen where users can choose from various calculation options, including basic arithmetic, scientific conversions, and more.\n2. Basic Calculations: Provides fundamental operations such as addition, subtraction, multiplication, and division.\n3. Scientific Calculations: Users can perform conversions involving distance, speed, and time.\n4. Statistical Functions: Offers essential statistical operations, including mean, median, mode, standard deviation, and variance.\n5. Unit Conversion: Converts units, such as kilometers to meters.\n6. Error Handling: Robust input validation ensures the application remains stable even with incorrect inputs.\n# User Interface\nThe application features a command-line interface (CLI) that guides users through a series of prompts to perform their desired calculations. This design ensures simplicity and ease of use.\n\n# Demo\n\nHere are some screenshots demonstrating the key functionalities of **CalculatorApp**:\n\n1. **VS Code Project Stracture**:\n   ![Home Screen](https://github.com/its-maneeshk/.assets/blob/350976e7607e54c24cfc4ffde2b2c313a14b52af/CalculatorUsing-Java_Demo-images/CodingViewOfCalculator.png)\n\n2. **CUI of Home**:\n   ![Basic Calculations](https://github.com/its-maneeshk/.assets/blob/350976e7607e54c24cfc4ffde2b2c313a14b52af/CalculatorUsing-Java_Demo-images/HomeOfCalculator.png)\n\n3. **Options avilable**:\n   ![Scientific Calculations](https://github.com/its-maneeshk/.assets/blob/350976e7607e54c24cfc4ffde2b2c313a14b52af/CalculatorUsing-Java_Demo-images/OptionsOfCalculator.png)\n\n## Future Enhancements\n1. Advanced Scientific Calculations: Introduction of additional modules for kinematics, energy calculations, and other scientific operations.\n2. Graphical User Interface (GUI): A future iteration will include a GUI for an enhanced user experience.\n3. Complete Implementation of All Placeholders: The features currently marked as \"Not working\" will be fully implemented in upcoming releases.\n## Contributing\nContributions are welcome! If you would like to contribute to CalculatorApp, please fork the repository, create a new branch, and submit a pull request. I encourage suggestions for new features, bug fixes, and general improvements.\n\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ by \u003ca href=\"https://www.instagram.com/its_maneeshk_/\" target=\"_blank\"\u003eManish Patel\u003c/a\u003e | \n  \u003ca href=\"mailto:maneeshkurmii@gmail.com\"\u003eEmail Me\u003c/a\u003e | \n  \u003ca href=\"https://www.linkedin.com/in/itsmaneeshk/\" target=\"_blank\"\u003eLinkedIn\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Code-Java-blue?style=flat-square\u0026logo=java\" alt=\"Java Badge\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Tool-Git-orange?style=flat-square\u0026logo=git\" alt=\"Git Badge\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Project-Open%20Source-brightgreen?style=flat-square\" alt=\"Open Source Badge\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  🚀 Follow my work at \u003ca href=\"https://github.com/its-maneeshk\" target=\"_blank\"\u003eGitHub\u003c/a\u003e and let's build something amazing together!\n\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-maneeshk%2Fcalculatorusing-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fits-maneeshk%2Fcalculatorusing-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-maneeshk%2Fcalculatorusing-java/lists"}