/salary_converter

Converts office salary to remote and vice versa(Golang+React/Redux)

Primary LanguageJavaScript

Salary converter

Purpose of this project is to convert office salary to salary of remote worker and vise versa based on entered values

Setup project

UI part(React+Redux)

cd src && yarn install && yarn run

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Backend(API) part

cd golang && go run main.go

This will run application on 5000 port