diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..15b0a24 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "liveServer.settings.port": 5502, + "githubPullRequests.ignoredPullRequestBranches": [ + "main" + ] +} \ No newline at end of file diff --git a/projects/age-calculator/ReadMe b/projects/age-calculator/ReadMe new file mode 100644 index 0000000..4f9d5fa --- /dev/null +++ b/projects/age-calculator/ReadMe @@ -0,0 +1,5 @@ +#Age Calculator + +This projects calculates the age of a person + +#Happy coding diff --git a/projects/button-ripple-effect/index.html b/projects/button-ripple-effect/index.html index d89a32f..9c5d5b0 100644 --- a/projects/button-ripple-effect/index.html +++ b/projects/button-ripple-effect/index.html @@ -8,7 +8,7 @@
- Button +