From 15fb6b496b2adf6b7bef042518d95258a9c4af8c Mon Sep 17 00:00:00 2001 From: acodedoer Date: Sun, 17 May 2020 14:23:03 +0100 Subject: [PATCH] added example projects to currency converter app --- Projects/2-Intermediate/Currency-Converter.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Projects/2-Intermediate/Currency-Converter.md b/Projects/2-Intermediate/Currency-Converter.md index 8af6fa95..a6ca9406 100644 --- a/Projects/2-Intermediate/Currency-Converter.md +++ b/Projects/2-Intermediate/Currency-Converter.md @@ -23,3 +23,5 @@ A currency converter is used to convert an amount in one currency to its corresp - [How to use fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch) to fetch data ## Example projects +- [Currency Converter](https://acodedoer.github.io/currency-converter/) +- [Currency converter code](https://github.com/acodedoer/currency-converter)