You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project built with React and TypeScript that calculates tax values for calls between different cities. It's allowed to enter the origin and destination cities for a call, as well as the duration of the call. The application then calculates the tax value for the call, taking into account any relevant taxes or fees.
A Simple Project to calculate tax values between calls from cities in my state.
Usage
First Install the components with
npm install
# or
yarn add
Then run with
npm start
# or
yarn start
About
Project built with React and TypeScript that calculates tax values for calls between different cities. It's allowed to enter the origin and destination cities for a call, as well as the duration of the call. The application then calculates the tax value for the call, taking into account any relevant taxes or fees.