/WebCalc

A simple calculator that performs Arithmetic, Trigonometric, and Exponential operations. Made using Vue for the Frontend, and Go for the Backend

Primary LanguageGoMIT LicenseMIT

Calculator

A simple calculator with an Vue frontend, and a Go Backend. Uses Axios to send a POST request to the API, and renders the result of the calculation

Calculator