Skip to content

tirthajyoti-ghosh/react-calculator

Repository files navigation

Contributors Forks Stargazers Issues License: MIT LinkedIn


Logo

Calculator

A calculator app built with React.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Weather App Screenshot

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.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • npm

    npm install npm@latest -g

Installation

  1. Clone the repo

    git clone https://github.com/tirthajyoti-ghosh/react-calculator.git
  2. Install NPM packages

    npm install
  3. Start local server

    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 - [email protected]

Project Link: https://github.com/tirthajyoti-ghosh/react-calculator

Acknowledgements