/reactiveCalculator

A calculator made with React, live on Heroku.

Primary LanguageJavaScript

React Calculator

A calculator build with React.

screenshot


This project was made to learn how to work with React, create components (Functional and class), manage state, use props, do prop-drilling, use event handlers and do runtime type check with PropTypes.

Content

Live Demo

You can access a online version at:
https://reactive-calculator.herokuapp.com/

Requirements

  • Setup workflow
  • Implement a calculator using React
  • Deploy on Heroku (Without create-react-app)

Requisites

Built With

  • React JS
  • Express JS
  • Javascript
  • HTML/CSS
  • Webpack and babel
  • JEST for tests
  • ESlint and Stylelint (Linters)
  • GitHub Actions (CI Tool)
  • Git, Github and VScode

Getting Start

Get a local copy

Now you need a copy of this application, if you are using Git:

git clone git@github.com:SevlaMare/reactiveCalculator.git

Otherwise just hit (Download Zip) on green button (Code) at top of this page.

Open terminal

Open your terminal inside the game folder, and paste the following commands:

Download all dependencies

npm install

Compile

yarn build

Start the server

yarn go

Go to a web browser (Like Google Chrome) and visit:

localhost:7000

Contributing

Contributions, issues and feature requests are welcome!

You can do it on issues page.

Acknowledgments

A special thanks for the code reviewers.

Author

👤 Thiago Miranda

License

Creative Commons • 2020