Skip to content

aliskhanoff/extendable-calc

Repository files navigation

Project logo

Extendable-Calc

Status

GitHub Pull Requests License


🧮 Calc app that can be extanded.

📝 Table of Contents

❔ About

Simple React Calculator Project


🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.


Prerequisites

For using this app you should have installed on your local machine

NodeJS
NPM or Yarn

Installing

You can install this app only by cloning this REPO. NPM package of this REPO is Not Available.


Start from cloning

git clone https://github.com/aliskhanoff/extendable-calc.git .

Install packages with NPM

npm install

or Yarn

yarn install

Then start the app

yarn start | npm run start

🔧 Running the tests

Tests of the project written using Jest

yarn test

or

npm run test

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

🎈 Usage

Start and run

🚀 Deployment

Add additional notes about how to deploy this on a live system.

⛏️ Built Using

✍️ Authors

See also the list of contributors who participated in this project.

🎉 Acknowledgements

  • Nobody else perticipates this project