Giter Site home page Giter Site logo

denywiryk / currency-converter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sdiamante13/currency-converter

0.0 0.0 1.0 150 KB

Simple full-stack Spring app that converts currencies using the exchange rate from Fixer.

Java 92.19% HTML 7.81%

currency-converter's Introduction

currency-converter

This is a simple application that converts currencies.

Given the current exchange rate for USD to EUR is 0.96
When the user enters 100 for the amount
Then โ‚ฌ96 is returned

Home screen for currency converter Result screen for currency converter

Tasks:

  1. Run the app and see how it currently functions (Go to http://localhost:8080/home)
  2. Run all the tests (right-click on the test folder and select run all tests)
  3. Make the AMoneyCalculatorShould test pass
  4. Make the AMoneyConverterShould test pass (if you have trouble place a breakpoint and run the test in debug)
  5. Replace stub in CurrencyController with call to MoneyConverter
  6. Tests should all be passing
  7. Remove @Disabled in the CurrencyExchangeBoard
  8. Sign up for an API key at https://apilayer.com/marketplace/fixer-api
  9. Get CurrencyExchangeBoard test to pass by using a REST Client (you may need to research this... remember researching is a valuable dev skill)
  10. Add a CurrencyExchangeBoard Bean to CurrencyConfig
  11. Swap the bean that MoneyConverter takes to be a CurrencyExchangeBoard implementation
  12. Run the app again, but this time you should get a different exchange rate
  13. Make a note of any missing features, error handling, etc.

currency-converter's People

Contributors

sdiamante13 avatar

Forkers

ebisagi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.