{"id":17513562,"url":"https://github.com/simandebvu/calc-eact","last_synced_at":"2025-07-12T11:07:32.138Z","repository":{"id":124353697,"uuid":"294232157","full_name":"simandebvu/calc-eact","owner":"simandebvu","description":"A simple, browser based calculator made using react.js","archived":false,"fork":false,"pushed_at":"2020-09-14T16:46:32.000Z","size":490,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-28T22:31:21.410Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://calc-eact.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simandebvu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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-09-09T21:19:59.000Z","updated_at":"2020-09-14T14:13:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d499aab-41c7-44b7-a0d9-510319be1ccf","html_url":"https://github.com/simandebvu/calc-eact","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/simandebvu%2Fcalc-eact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simandebvu%2Fcalc-eact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simandebvu%2Fcalc-eact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simandebvu%2Fcalc-eact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simandebvu","download_url":"https://codeload.github.com/simandebvu/calc-eact/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simandebvu%2Fcalc-eact/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258736296,"owners_count":22749724,"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-10-20T06:46:48.378Z","updated_at":"2025-07-12T11:07:31.820Z","avatar_url":"https://github.com/simandebvu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Calc-eact\n\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/simandebvu/calc-eact/\"\u003e\n    \u003cimg src=\"./public/logo192.png\" alt=\"Logo\" width=\"200\" height=\"150\"\u003e\n  \u003c/a\u003e\n\n  \u003ch3 align=\"center\"\u003eCalc-eact\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    A React Based Project\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/simandebvu/calc-eact/issues/\"\u003e\u003cstrong\u003eIssues »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/simandebvu/calc-eact/issues/\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/simandebvu/calc-eact/\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003e A calculator for Math-magicians Inc using create-react-app, a tool built by developers at Facebook to help you build React applications, saving you from time-consuming setup and configuration.\n\n## Table Of Contents\n\n- [Calc-eact](#calc-eact)\n  - [Table Of Contents](#table-of-contents)\n  - [Built With](#built-with)\n  - [Usage](#usage)\n  - [Live Demo](#live-demo)\n  - [Authors](#authors)\n  - [🤝 Contributing](#-contributing)\n  - [Show your support](#show-your-support)\n  - [Acknowledgments](#acknowledgments)\n  - [📝 License](#-license)\n\n![screenshot](./public/app-screenshot.gif)\n\n## Built With\n\n- Node.js\n- React\n- React-DOM\n- React-Create-App\n- npm\n- CSS\n- ES6\n  \n## Usage\n\nTo have this app on your pc, you need to:\n* [download](https://github.com/simandebvu/calc-eact/archive/development.zip) or clone this repo:\n  - Clone with SSH:\n  ```\n    git@github.com:simandebvu//calc-eact.git\n  ```\n  - Clone with HTTPS\n  ```\n    https://github.com/simandebvu/calc-eact.git\n  ```\n\n* In the project directory, you can run:\n\n  - `$ npm install` - installs all the dependencies required by the project\n\n  - `$ npm start` - runs the app in the development mode:\n    - Open [http://localhost:3000](http://localhost:3000) to view it in the browser.\n    - The page will reload if you make edits.\n    - You will also see any lint errors in the console.\n\n  - `$ npm run build`\n    - Builds the app for production to the `build` folder.\n    - It correctly bundles React in production mode and optimizes the build for the best performance.\n    - The build is minified and the filenames include the hashes.\n    - Your app is ready to be deployed!\n \n## Live Demo \n\n[Live Demo Link](https://calc-eact.herokuapp.com/) :point_left:\n\n\n## Authors\n\n👤 **Shingirayi Mandebvu**\n\n- Github: [@simandebvu](https://github.com/simandebvu)\n- Twitter: [@simandebvu](https://twitter.com/simandebvu)\n- Linkedin: [linkedin](https://linkedin.com/in/simandebvu)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](issues/).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- Microverse\n\n## 📝 License\n\nThis project is [MIT](lic.url) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimandebvu%2Fcalc-eact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimandebvu%2Fcalc-eact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimandebvu%2Fcalc-eact/lists"}