{"id":17812188,"url":"https://github.com/ampaire/react-calculator","last_synced_at":"2026-02-23T04:31:49.998Z","repository":{"id":38998610,"uuid":"263476857","full_name":"ampaire/react-calculator","owner":"ampaire","description":"A user friendly and fully functional mathematics calculator that can be used for calculations. This project is built with ReactJS.","archived":false,"fork":false,"pushed_at":"2023-03-06T05:27:37.000Z","size":2423,"stargazers_count":2,"open_issues_count":10,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-10-20T09:17:10.957Z","etag":null,"topics":["bootstrap4","css3","git","html5","javascript","microverse-projects","react"],"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/ampaire.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-12T23:36:23.000Z","updated_at":"2022-02-02T13:50:43.000Z","dependencies_parsed_at":"2024-10-27T16:20:51.772Z","dependency_job_id":"3f86a1bc-3fe5-4d3f-82c4-f6be2cd8699d","html_url":"https://github.com/ampaire/react-calculator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ampaire/react-calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ampaire%2Freact-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ampaire%2Freact-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ampaire%2Freact-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ampaire%2Freact-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ampaire","download_url":"https://codeload.github.com/ampaire/react-calculator/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ampaire%2Freact-calculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29738079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T02:24:00.660Z","status":"ssl_error","status_checked_at":"2026-02-23T02:22:56.087Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bootstrap4","css3","git","html5","javascript","microverse-projects","react"],"created_at":"2024-10-27T15:58:34.411Z","updated_at":"2026-02-23T04:31:49.966Z","avatar_url":"https://github.com/ampaire.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# REACT- CALCULATOR\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/70e79721-f048-4228-bbd8-5d9e0ab921d9/deploy-status)](https://app.netlify.com/sites/magic-calculator/deploys)\n\n![Calculator Screenshot](https://github.com/microverseinc/project-react-calculator/blob/master/images/calculator.png?raw=true)\n\n\n## INTRODUCTION\nIn this project, I learnt how to build a very simple React application. It is a real-world project for a fictional company that requires my help. The project was split into multiple milestones, and each milestone had functional and technical requirements that I needed to implement.\n\n### OBJECTIVE\n\nMath-magicians is a fictional company based in France. They have requested my help to build a simple product that would assist them with their calculations. An important thing to notice is that they have asked for a product that is not just fully-functional, but also beautiful and user-friendly.\n\n## [Demo Link](https://magik-calculator.netlify.app/)\n\n### TOOLS\n- Node.js\n- React\n- React-DOM\n- React-Create-App\n- npm\n- CSS\n- ES6\n\n\n### PREREQUISITES\nWeb browser like Chrome, Mozilla, safari etc.\n\n### PROJECT SOURCE\nhttps://github.com/microverseinc/project-react-calculator/blob/master/README.md\n\n### REPOSITORY\nhttps://github.com/ampaire/react-calculator\n\n\n### SETTING UP\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\nCreate React App is an officially supported way to create single-page React applications. It offers a modern build setup with no configuration.\n\n##### Quick start\n```\nnpx create-react-app my-app\ncd my-app\nnpm start\n\n```\nThen open http://localhost:3000/ to see your app.\n\nWhen you’re ready to deploy to production, create a minified bundle with ``npm run build``.\n\n##### Creating an App\nYou’ll need to have Node \u003e= 8.10 on your local development machine (but it’s not required on the server). You can use nvm (macOS/Linux) or nvm-windows to switch Node versions between different projects.\n\nTo create a new app, you may choose one of the following methods:\n\n**npx**\n``\nnpx create-react-app my-app\n``\n**npm**\n\n``\nnpm init react-app my-app\n``\n**Yarn**\n``\nyarn create react-app my-app\n``\n\n##### output\n```\n\nmy-app\n├── README.md\n├── node_modules\n├── package.json\n├── .gitignore\n├── public\n│   ├── favicon.ico\n│   ├── index.html\n│   ├── logo192.png\n│   ├── logo512.png\n│   ├── manifest.json\n│   └── robots.txt\n└── src\n    ├── App.css\n    ├── App.js\n    ├── App.test.js\n    ├── index.css\n    ├── index.js\n    ├── logo.svg\n    └── serviceWorker.js\n\n```\n\nNo configuration or complicated folder structures, only the files you need to build your app. Once the installation is done, you can open your project folder:\n ``cd my-app``\n\n#### AVAILABLE SCRIPTS\n\nIn the project directory, you can run:\n\n`yarn start`\n\nRuns the app in the development mode.\u003cbr /\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr /\u003e\nYou will also see any lint errors in the console.\n\n`yarn test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr /\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n `yarn build`\n\nBuilds the app for production to the `build` folder.\u003cbr /\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr /\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n `yarn eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n#### LEARN MORE\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n#### CODE SPLITTING\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting\n\n##### ANALYSING THE BUNDLE SIZE\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size\n\n#### MAKING A PROGRESSIVE WEB APP\nThis section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app\n\n#### ADVANCED CONFIGURATION\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration\n\n#### DEPLOYMENT\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/deployment\n\n `yarn build` fails to minify\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify\n\n### USING THIS PROJECT\nTo use this project you need to have the following pre-installed\n- [Node](https://nodejs.org/en/download/)\n- [Yarn](https://yarnpkg.com/lang/en/docs/install/)\n1. Clone this repo \n```$ https://github.com/ampaire/react-calculator.git```\n\n2. Open the terminal and in your project folder run \n`$ npm install` to install the dependencies used for this app.\n\n3. Once the installationprocess is finished, run the following command to open the app in your default prowser\n`$ npm start`\n\n\n### 👤 **AUTHOR**\n- Github-\u003e [@ampaire](https://github.com/ampaire)\n- Twitter-\u003e [@AmpaPhem](https://twitter.com/AmpaPhem)\n- LinkedIn-\u003e [Ampaire Phemia](https://www.linkedin.com/in/ampaire-phemia-b41619181)\n\n### 🤝 CONTRIBUTING\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/ampaire/react-calculator/issues).\n\n## SHOW SUPPORT\n\nGive a ⭐️ if you like this project!\n\n## ACKNOWLEDGMENTS\n\n- Hat tip to anyone whose code was used\n- Inspiration\n- etc\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fampaire%2Freact-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fampaire%2Freact-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fampaire%2Freact-calculator/lists"}