Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please create a simple currency converter using the free GET https://open.er-api.com/v6/latest/USD endpoint.

A single page with two inputs: a text input for dollar amount and a select input for target currency. On submit, use the API endpoint to get the latest rates Convert the value in the input from USD to the target currency Save the conversion to a database table and show a history of conversions below the form Reminders:

You MAY use generators You MAY use google, online documentation, past projects as reference You MAY NOT use AI (don’t paste large blocks of code, don’t use agents or code completion, etc) Make sure your editor and web browser are visible in the screencast so we can see you write the code and the result The goal is simple and fast, so don’t add db constraints, validation or tests.

mix phx.gen.live Conversion conversions history:map target_currency

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages