Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dipto0321/react-calculator

Simple web based calculator with basic calculation features
https://github.com/dipto0321/react-calculator

airbnb-eslint calculator component components eslint prettier react

Last synced: 28 days ago
JSON representation

Simple web based calculator with basic calculation features

Awesome Lists containing this project

README

        

# react-calculator

[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

> Calculator built using react. [Live demo](https://ryto-react-calculator.netlify.com/)

## Table of Contents

- [react-calculator](#react-calculator)
- [Table of Contents](#table-of-contents)
- [Background](#background)
- [Install](#install)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)

## Background

Simple calculator built using React. State management is simple and passes from main `App` component downstream to children components.

Updated version removes the usage of `class` and converted `App` into a stateless component using `hooks`.

## Install

- Clone this repo
- `cd` to cloned repository folder `react-calculator`
- in terminal run `yarn install` or `npm install`

## Maintainers

[Ryan](https://github.com/rvvergara) and [Dipto](https://github.com/dipto0321)

## Contributing

[Ryan](https://github.com/rvvergara) and [Dipto](https://github.com/dipto0321)

PRs accepted.

## License

MIT © 2019 Ryan and Dipto