Skip to content

Commit deb6263

Browse files
authored
chore: favicon, preview image, linked to the projects site in json.
1 parent 72b5a1f commit deb6263

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

Projects/Realtime Currency Converter/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<title>Realtime Currency Converter</title>
88
<!-- CSS File -->
99
<link rel="stylesheet" href="./style.css">
10+
<!-- Favicon -->
11+
<link rel="shortcut icon" href="../../img/CurrencyConverter.png" type="image/x-icon">
1012
</head>
1113
<body>
1214

img/CurrencyConverter.png

60.6 KB
Loading

projects.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ const projects = [
3131
"github-link":"https://github.com/TusharKesarwani/Front-End-Projects/tree/main/Projects/The-Hangman-Game",
3232
"project-link":"Projects/The-Hangman-Game/index.html"
3333
},
34+
{
35+
"title":"Realtime Currency Converter",
36+
"tags":["HTML","CSS","JavaScript"],
37+
"img":"img/CurrencyConverter.png",
38+
"description":"This is a currency converter web application that fetches real-time data for currency conversion rates using HTML, CSS, and JavaScript. The application allows users to convert currencies by selecting the source currency and the target currency, and it provides an interface to easily switch between the two selected values.",
39+
"github-link":"https://github.com/Alkaison/Currency-Converter/",
40+
"project-link":"Projects/Realtime Currency Converter/index.html"
41+
},
3442
{
3543
"title":"Coming Soon",
3644
"tags":["HTML","CSS","JavaScript"],
@@ -49,4 +57,4 @@ const projects = [
4957
}
5058
]
5159

52-
export default projects;
60+
export default projects;

0 commit comments

Comments
 (0)