https://github.com/wintercore/microverse-react-calculator
Simple calculator in React.js
https://github.com/wintercore/microverse-react-calculator
calculator react
Last synced: 30 days ago
JSON representation
Simple calculator in React.js
- Host: GitHub
- URL: https://github.com/wintercore/microverse-react-calculator
- Owner: WinterCore
- License: mit
- Created: 2020-10-28T22:33:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-03T13:59:17.000Z (over 5 years ago)
- Last Synced: 2025-04-09T01:45:14.345Z (about 1 year ago)
- Topics: calculator, react
- Language: JavaScript
- Homepage: https://wintercore-react-calculator.herokuapp.com/
- Size: 440 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Calculator
> A simple calculator implemented in React

## Table Of Contents
- [Table Of Contents](#table-of-contents)
- [Built With](#built-with)
- [How to run locally](#how-to-run-locally)
- [Running tests](#running-tests)
- [Live Demo](#live-demo)
- [Authors](#authors)
- [Contributing](#contributing)
- [Show your support](#show-your-support)
- [Acknowledgments](#acknowledgments)
- [License](#license)
## Built With
- Javascript
- HTML
- CSS
- Node.js
## How to run locally
- Install Node.js
- Clone this repository by running git clone `https://github.com/WinterCore/microverse-react-calculator.git`
- Change your current working directory to the project `cd microverse-react-calculator`
- Run npm install
- Run npm start
- Enjoy
## Running tests
- Use `npm run test -- --verbose --watchAll=false` to run the unit tests with detailed output.
- Use `npm run test -- --coverage --watchAll=false` to run the unit tests and generate code coverage statistics.
## Live Demo
[Live Demo Link](https://wintercore-react-calculator.herokuapp.com/)
## Authors
👤 **Hasan Kharouf**
- Github: [@WinterCore](https://github.com/WinterCore)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
## License
This project is [MIT](LICENSE) licensed.