Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belsman/react-calculator
A simple front-end calculator built with react
https://github.com/belsman/react-calculator
Last synced: 19 days ago
JSON representation
A simple front-end calculator built with react
- Host: GitHub
- URL: https://github.com/belsman/react-calculator
- Owner: belsman
- Created: 2021-02-18T12:54:23.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2021-03-01T20:13:41.000Z (over 3 years ago)
- Last Synced: 2023-02-26T07:37:35.498Z (over 1 year ago)
- Language: JavaScript
- Size: 651 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Hireable](https://img.shields.io/badge/Hireable-yes-success) ![](https://img.shields.io/badge/Mobile--responsive-yes-green) ![](https://img.shields.io/badge/-Microverse%20projects-blueviolet)
# React Calculator.
In this project, a calculator is built using the React.js library.
## This web app is live, you can check it here:
[Live demo](https://math-react-calx.herokuapp.com/)
## Built With
- React
- create-react-app## Prerequisities
To get this project up and running locally, you must have [node](https://nodejs.org/en/) and [yarn](https://yarnpkg.com/) installed locally.
## Getting Started
**To get this project set up on your local machine, follow these simple steps:**
**Step 1**
Navigate through the local folder where you want to clone the repository and run
`[email protected]:belsman/React-Calculator.git`. It will clone the repo to your local folder.
or with https
`https://github.com/belsman/React-Calculator.git`.
**Step 2**
Run `cd React-Calculator`
**Step 3**
Run `npm install` to install the npm packages from the `package.json` file.
**Step 4**
Run `npm start` to start the webpack server, you can now navigate to `http://localhost:3000` to view the app. The server refreshes the app every time you make a change to a file used by it.
**Step 5**
Most important, enjoy the app!## Author
👤 **Bello Babakolo**
- Github: [@belsman](https://github.com/belsman)
- Linkedin: [Bello Babakolo](https://www.linkedin.com/in/bello-babakolo/)- Twitter: [@d_belsman](https://twitter.com/d_belsman)
## 🤝 Contributing
Our favourite contributions are those that help us improve the project, whether with a contribution, an issue, or a feature request!
## Show your support
If you've read this far....give us a ⭐️!
## 📝 License
This project is licensed by Microverse and the Odin Project