/react-calculator

Primary LanguageJavaScriptMIT LicenseMIT

Maya's React Calculator

This is a simple calculator app built using React. It's a simple calulator app for a Math-magiciand, a fictional company based in France. The app is meant to assist them with their calculations. The app is not meant only to be fully-functional but have a beatiful UI and good UX.

screenshot

It can successfully add, subtract, divide, multiply, find modulus and change sign of any given set of numbers inputted.

Built With

Live Demo

Live Demo Link

Getting Started

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

Prerequisites

You will need to have a recent version of Node.js, React, yarn and optionally eslint installed.

Setup

run git clone https://github.com/mcrd25/react-calculator.git
run cd react-calculator

Install

run yarn install or npm install

Usage

run yarn start or npm start to launch app in development mode
run yarn build or npm build to build app for production

Deployment

App deployed on heroku using create-react-app-buildpack for heroku.

Authors

👤 Maya Douglas (mcrd25)

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • The app was built using following instructions this repo

📝 License

This project is MIT licensed.