https://github.com/tirthajyoti-ghosh/react-calculator
A calculator app built with React.
https://github.com/tirthajyoti-ghosh/react-calculator
calculator es6 javascript module-pattern react
Last synced: 12 months ago
JSON representation
A calculator app built with React.
- Host: GitHub
- URL: https://github.com/tirthajyoti-ghosh/react-calculator
- Owner: tirthajyoti-ghosh
- Created: 2020-08-28T07:43:47.000Z (almost 6 years ago)
- Default Branch: development
- Last Pushed: 2020-09-08T17:00:27.000Z (almost 6 years ago)
- Last Synced: 2025-07-13T00:42:08.306Z (about 1 year ago)
- Topics: calculator, es6, javascript, module-pattern, react
- Language: JavaScript
- Homepage: https://gentle-ocean-35043.herokuapp.com/
- Size: 269 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![License: MIT][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Calculator
A calculator app built with React.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
## Table of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Usage](#usage)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
* [License](#license)
* [Contact](#contact)
* [Acknowledgements](#acknowledgements)
## About The Project

This is a React calculator app built to get myself familiar with various concepts in React.
Concepts used:
* Components
* Props
* States
* PropTypes
* Default props
### Built With
* Material Design Lite
* ES6
* prop-types
* big.js
## Live demo
Deployed to Heroku - [live demo](https://gentle-ocean-35043.herokuapp.com/).
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
* npm
```sh
npm install npm@latest -g
```
### Installation
1. Clone the repo
```sh
git clone https://github.com/tirthajyoti-ghosh/react-calculator.git
```
2. Install NPM packages
```sh
npm install
```
3. Start local server
```sh
npm start
```
## Usage
Use it as a normal calculator.
## Roadmap
* Add keyboard input support.
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Tirthajyoti Ghosh - [@terrific_ghosh](https://twitter.com/terrific_ghosh) - itirthahere@gmail.com
Project Link: [https://github.com/tirthajyoti-ghosh/react-calculator](https://github.com/tirthajyoti-ghosh/react-calculator)
## Acknowledgements
* README Icon from www.flaticon.com
* [Img Shields](https://shields.io)
* [Material Design Lite](https://getmdl.io/)
[contributors-shield]: https://img.shields.io/github/contributors/tirthajyoti-ghosh/react-calculator.svg?style=flat-square
[contributors-url]: https://github.com/tirthajyoti-ghosh/react-calculator/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/tirthajyoti-ghosh/react-calculator.svg?style=flat-square
[forks-url]: https://github.com/tirthajyoti-ghosh/react-calculator/network/members
[stars-shield]: https://img.shields.io/github/stars/tirthajyoti-ghosh/react-calculator.svg?style=flat-square
[stars-url]: https://github.com/tirthajyoti-ghosh/react-calculator/stargazers
[issues-shield]: https://img.shields.io/github/issues/tirthajyoti-ghosh/react-calculator.svg?style=flat-square
[issues-url]: https://github.com/tirthajyoti-ghosh/react-calculator/issues
[license-shield]: https://img.shields.io/badge/License-MIT-yellow.svg
[license-url]: https://github.com/tirthajyoti-ghosh/react-calculator/blob/development/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/tirthajyoti-ghosh/