/calc-react

Primary LanguageJavaScript

Calculator

This is a simple browser calculator app built with React.

You can use it live at https://loganwoolf.github.io/calc-react

Getting Started (Developers)

  1. Clone the repository:

$ git clone git@github.com:loganwoolf/calc-react.git

  1. Install packages from npm:

$ npm i

  1. Start the development server:

$ npm start

  1. Navigate to http://localhost:3000 in your browser to see the development server.

Acknowledgments

Author

Logan Woolf