Simple currency converter using Currency Rates API. The app was created using React and tailwind css.
- go to project directory.
- run
npm install
oryarn
to install packages (just a first time). - run
npm start
oryarn start
(it runs the app in the development mode and opens http://localhost:3000 automatically to view in the browser).
In the project directory run npm test
. It launches the test runner in the interactive watch mode.
Run npm coverage
to see coverage report.
To run a production build use command npm run build
or yarn build
. It builds the app for production to the build folder.
This project is licensed under the [MIT] License - see the LICENSE.md file for details.