Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dipto0321/react-calculator
- Owner: dipto0321
- Created: 2019-04-15T01:31:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T16:35:13.000Z (over 1 year ago)
- Last Synced: 2024-10-08T05:13:37.099Z (about 1 month ago)
- Topics: airbnb-eslint, calculator, component, components, eslint, prettier, react
- Language: JavaScript
- Homepage:
- Size: 581 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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