From 56b4bd75643576e6b384ddd6a94e1466d636789f Mon Sep 17 00:00:00 2001 From: sparsh singh chundawat Date: Wed, 16 Oct 2024 22:06:13 +0530 Subject: [PATCH] First Contribution in HacktoberFest - Thanks to Anmol --- CONTRIBUTING.md | 7 +++++++ profiles/Sparsh Singh.md | 25 +++++++++++++++++++++++++ scripts/Hello_World_unsparsh.js | 6 ++++++ 3 files changed, 38 insertions(+) create mode 100644 profiles/Sparsh Singh.md create mode 100644 scripts/Hello_World_unsparsh.js diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7b0c41a5..377e54910 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,10 @@ +#### Name: [Sparsh Singh](https://github.com/unsparsh) + +- Place: Jaipur, Rajasthan +- Bio: Mern Stack Developer | DSA in JAVA | CSE(AI) Student +- GitHub: [Sparsh Singh Chundawat](https://github.com/unsparsh) + + #### Name: [3mYouOL](https://github.com/3mYouOL) - Place: Iloilo, Philippines diff --git a/profiles/Sparsh Singh.md b/profiles/Sparsh Singh.md new file mode 100644 index 000000000..80e70b2ee --- /dev/null +++ b/profiles/Sparsh Singh.md @@ -0,0 +1,25 @@ +# Sparsh Singh Chundawat + +### Location + +Jaipur , Rajasthan + +### Academics + +Swami Keshvanand Institute of technology , Management and Gramothan , Jaipur + +### Interests + +- Playing Basketball , Explporing new Technologies and Playing online games + +### Development + +- Mern stack Developer and DSA in JAVA + +### Projects + +- Portfolio - https://sparshsingh.netlify.app/ + +### Profile Link + +[Sparsh Singh Chundawat](https://github.com/unsparsh) \ No newline at end of file diff --git a/scripts/Hello_World_unsparsh.js b/scripts/Hello_World_unsparsh.js new file mode 100644 index 000000000..528aff0f9 --- /dev/null +++ b/scripts/Hello_World_unsparsh.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Sparsh Singh Chundawat +// GITHUB: https://github.com/unsparsh + +console.log("Hello World!"); \ No newline at end of file