Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jklemon17/react-calculator
Simple calculator app built with React
https://github.com/jklemon17/react-calculator
calculator react
Last synced: 14 days ago
JSON representation
Simple calculator app built with React
- Host: GitHub
- URL: https://github.com/jklemon17/react-calculator
- Owner: jklemon17
- Created: 2018-07-25T15:45:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T20:58:48.000Z (over 6 years ago)
- Last Synced: 2024-12-09T20:21:53.098Z (about 2 months ago)
- Topics: calculator, react
- Language: JavaScript
- Homepage:
- Size: 257 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## Check it out live on Heroku: [React Calculator](https://evening-depths-82426.herokuapp.com/)
## React Calculator
This is a simple React-based calculator.## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
This project requires the Node Package Manager (npm) to run locally.
### Installing
* clone the repo
* cd into the folder
* run `npm install`### Serve Project
Run the development server with the following command:
```
npm start
```### Deploy on Heroku
You can deploy the project on [Heroku](https://www.heroku.com/) using the following steps:
1. Create a Heroku Account
2. On the terminal, run `heroku create` to create a new app
3. Run `git push heroku master` to start a deployment on Heroku.
4. Visit your project URL as assigned by Heroku (`heroku open`) to see a live deployment of the app.## Authors
* **Paul Rail** - [PolarisTLX](https://github.com/PolarisTLX)
* **Kyle Lemon** - [jklemon17](https://github.com/jklemon17)