React app to convert numbers to English words.
React app: https://tkrempser.github.io/conversions-app/.
To install project dependencies, run:
npm install
To run the project on a local server, execute the command below:
npm start
This project is configured to deploy on GitHub Pages, just run:
npm run deploy
This project uses the API located on this endpoint: https://conversions.krempser.com.br/. The source code of this backend is available in this repository: https://github.com/tkrempser/conversions/.