/TomasTel

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.

Primary LanguageTypeScript

TomasTel

Project Made with React using Typescript

A Simple Project to calculate tax values between calls from cities in my state.

Version License: ISC Twitter: Lucianompjr

Usage

First Install the components with

npm install
# or
yarn add

Then run with

npm start
# or
yarn start