https://github.com/cliftondavies/math-magicians
A standard calculator built with React.
https://github.com/cliftondavies/math-magicians
big-js css3 heroku html5 javascript jest npm prop-types react react-dom react-router-dom react-test-renderer react-testing-library
Last synced: about 2 months ago
JSON representation
A standard calculator built with React.
- Host: GitHub
- URL: https://github.com/cliftondavies/math-magicians
- Owner: cliftondavies
- License: mit
- Created: 2021-02-09T17:08:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-07T16:24:26.000Z (about 5 years ago)
- Last Synced: 2025-03-01T16:12:20.400Z (over 1 year ago)
- Topics: big-js, css3, heroku, html5, javascript, jest, npm, prop-types, react, react-dom, react-router-dom, react-test-renderer, react-testing-library
- Language: JavaScript
- Homepage: https://math-mag-calc.herokuapp.com/
- Size: 649 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Math Magicians
> A calculator for Math-magicians. Able to perform all the basic operations: +, -, x, /, %, and +/-.
## :tv: Media
[Live Demo Link](https://math-mag-calc.herokuapp.com/)
## :toolbox: Tools & Technologies Used
### Built with
- HTML5
- CSS3
- JavaScript ES6
- React 17.0.1
- Jest v26.6
## :rocket: Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
Install [npm](https://www.npmjs.com/get-npm) or [Yarn](https://yarnpkg.com/cli/install)
Install [Node.js](https://nodejs.org/en/download/)
### Set up
Clone repo into your local environment:
Clone with SSH
```git
git clone git@github.com:cliftondavies/Calculator.git
```
Clone with HTTPS
```git
git clone https://github.com/cliftondavies/Calculator.git
```
Open project directory
```bash
cd [your-directory-name]
```
Install packages:
```javascript
npm install
```
### Local Usage
#### In console
```javascript
npm start
```
#### In Browser
Visit `http://localhost:3000/`.
## Author
👤 **Clifton Davies**
- Github: [@githubhandle](https://github.com/cliftondavies)
- Twitter: [@twitterhandle](https://twitter.com/cliftonaedavies)
- Linkedin: [linkedin](https://www.linkedin.com/in/clifton-davies-mbcs/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgements
- [create-react-app](https://github.com/facebook/create-react-app)
- [Heroku buildpack for create-react-app](https://github.com/mars/create-react-app-buildpack)
## 📝 Copyright & License
Copyright (c) 2020 Clifton Davies.
This project is licensed under [MIT](https://opensource.org/licenses/MIT). See LICENSE file for details.