Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.33 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.33 KB

reduxCalculator

A basic calculator using Redux library | Redux Calculator |This repository contains all the source code for the reduxCalculator App

Running Locally

Make sure you have GitHub and the Heroku CLI installed.

$ git clone https://github.com/GreatDeveloper66/reduxCalculator# or clone your own fork
$ cd reduxCalculator
$ Open index.php or index.html in browser

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

or

Visit Online

Documentation

For more information about deploying to Heroku, see these Dev Center articles:

###License

This project is licensed under the MIT License-see the LICENSE.md file for more details.

###Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

###Author

Code written and tested by Adam Shaffer(https://github.com/GreatDeveloper66)