An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# React Calculator

> A simple calculator implemented in React

![screenshot](./screenshot.png)

## 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.