{"id":22076156,"url":"https://github.com/muthhukumar/simple-calculator","last_synced_at":"2025-03-23T20:14:03.047Z","repository":{"id":155885557,"uuid":"290489923","full_name":"muthhukumar/simple-calculator","owner":"muthhukumar","description":"A simple arithmetic function that perform addition, substraction, multiplication, division and power of two numbers","archived":false,"fork":false,"pushed_at":"2020-08-26T18:27:47.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T03:48:38.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/muthhukumar.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":"2020-08-26T12:27:12.000Z","updated_at":"2020-08-26T18:27:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"cfb243db-1419-4a06-ae8b-9d7992c8b216","html_url":"https://github.com/muthhukumar/simple-calculator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muthhukumar%2Fsimple-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muthhukumar%2Fsimple-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muthhukumar%2Fsimple-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muthhukumar%2Fsimple-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muthhukumar","download_url":"https://codeload.github.com/muthhukumar/simple-calculator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245162189,"owners_count":20570692,"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","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":[],"created_at":"2024-11-30T22:12:44.089Z","updated_at":"2025-03-23T20:14:03.021Z","avatar_url":"https://github.com/muthhukumar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Test cases for Simple calculator\n\n#### Addition\n* user should be able to add two integer values\n* user should be able to add two negative numbers\n* user should be able to add a integer and negative value\n* user should be able to add two decimal value\n* user should be able to add decimal and a integer value\n* user should be able to add decimal and a negative value\n* user can't add two string values\n* user can't add string and a number\n* user can't add string and a negative number\n* user can't add two undefined value\n* user can't add two null values\n* user can't add undefined and a number\n* user can't add undefined and a null\n* user can't add null and a integer\n* user can't add a decimal and a string\n\n#### Substraction\n* user should be able to substract two integer values\n* user should be able to substract two negative numbers\n* user should be able to substract a integer and negative value\n* user should be able to substract two decimal value\n* user should be able to substract decimal and a integer value\n* user should be able to substract decimal and a negative value\n* user can't substract two string values\n* user can't substract undefined and a null\n* user can't substract string and a number\n* user can't substract string and a negative number\n* user can't substract two undefined value\n* user can't substract two null values\n* user can't substract undefined and a number\n* user can't substract null and a integer\n* user can't substract a decimal and a string\n\n#### Multiplication\n* user should be able to multiply two integer values\n* user should be able to multiply two negative numbers\n* user should be able to multiply a integer and negative value\n* user should be able to multiply two decimal value\n* user should be able to multiply decimal and a integer value\n* user should be able to multiply decimal and a negative value\n* user can't multiply two string values\n* user can't multiply string and a number\n* user can't multiply string and a negative number\n* user can't multiply two undefined value\n* user can't multiply two null values\n* user can't multiply undefined and a number\n* user can't multiply null and a integer\n* user can't multiply undefined and a null\n* user can't multiply a decimal and a string\n\n#### Division\n* user should be able to divide two integer values\n* user should be able to divide two negative numbers\n* user should be able to divide a integer and negative value\n* user should be able to divide two decimal value\n* user should be able to divide decimal and a integer value\n* user should be able to divide decimal and a negative value\n* user can't divide value 1 by 0\n* user can't divide two string values\n* user can't divide string and a number\n* user can't divide string and a negative number\n* user can't divide two undefined value\n* user can't divide two null values\n* user can't divide undefined and a number\n* user can't divide null and a integer\n* user can't divide a decimal and a string\n* user can't divide undefined and a null\n\n#### Power\n* user should be able to power a interger by another interger \n* user should be able to power two negative numbers\n* user should be able to power a integer and negative value\n* user should be able to power two decimal value\n* user should be able to power decimal and a integer value\n* user should be able to power decimal and a negative value\n* user can't power two string values\n* user can't power string and a number\n* user can't power string and a negative number\n* user can't power two undefined value\n* user can't power two null values\n* user can't power undefined and a number\n* user can't power null and a integer\n* user can't power a decimal and a string\n* user can't power undefined and a null\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuthhukumar%2Fsimple-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuthhukumar%2Fsimple-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuthhukumar%2Fsimple-calculator/lists"}