diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..328214b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.log +temp/ diff --git a/README.md b/README.md index cc6995f..1e24069 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# Currency Converter - Source code for currency converter project on CodeWithHarry YouTube channel +Project Title +Currency Converter App + +Short Description +A straightforward application designed to convert amounts between various currencies using real-time exchange rates. + + diff --git a/contribution.txt b/contribution.txt new file mode 100644 index 0000000..fe89145 --- /dev/null +++ b/contribution.txt @@ -0,0 +1,2 @@ +"Jatin Kumar" +Add UI Features \ No newline at end of file