This project is a simple form that calculates how much you will receive in the future based on the input amount, number of installments, and MDR (Merchant Discount Rate). The form returns the calculated amount in Brazilian Reais (R$) for tomorrow, in 15 days, in 30 days and in 90 days or in a customized period.
- Vite
- React
- TypeScript
- Styled-Components
- Axios
- React-Hook-Form
- Yup
- Clone the repository
- Run
npm install
oryarn install
to install the dependencies - Run
npm start
oryarn start
to start the development server - The application will be available at
http://localhost:3000
- The maximum MDR is 100.
- The minimum amount is 1000.
- The maximum number of installments is 12.
If you would like to contribute to this project, please fork the repository and submit a pull request.
This project is under the GNU license. See the LICENSE file for more details.