An application to search for countries by name and get relevant information about the countries including the exchange rates to SEK
- Run Currency-backend which provides the needed apis
-
Clone the repository
-
Install Dependencies
npm install
- Run React Scripts (served on http://localhost:3000)
npm run start
- Login to the application entering a username and password (enter any text value)
- Search for countries from the search bar
- Select the list of countries needed
- Enter the SEK value that needs to be converted to the given currencies
- Add unit tests
- Persistent user signup and login
- Error handling and logging