From 5992f1729027ba9afe464c19be422b9ca5610e71 Mon Sep 17 00:00:00 2001 From: Shuvayu Date: Thu, 24 Oct 2024 01:31:44 +0530 Subject: [PATCH] hacktoberfest-commit --- CONTRIBUTING.md | 6 ++++ profiles/Shuvayu_Sarkar.md | 39 ++++++++++++++++++++++++++ scripts/hello_world_ShuvayuSarkar.dart | 8 ++++++ 3 files changed, 53 insertions(+) create mode 100644 profiles/Shuvayu_Sarkar.md create mode 100644 scripts/hello_world_ShuvayuSarkar.dart diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7b0c41a5..8f28c1953 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2850,3 +2850,9 @@ - Bio: Third Year undergrad pursuing B.tech in Electronics and communication Engineering - GitHub: [op-amateur](https://github.com/op-amateur) +#### Name: [Shuvayu](GitHub link) + +- Place: Kolkata, WB, India +- Bio: Pre Final Year Computer Science Student in National Institue of technology Goa. +Building Apps on Next.js and Flutter +- GitHub: [ShuvayuSarkar](https://github.com/ShuvayuSarkar) diff --git a/profiles/Shuvayu_Sarkar.md b/profiles/Shuvayu_Sarkar.md new file mode 100644 index 000000000..70a9bc0fc --- /dev/null +++ b/profiles/Shuvayu_Sarkar.md @@ -0,0 +1,39 @@ +# Shuvayu Sarkar + +### Location + +Permanent Address- Naktala, Netaji Nagar, Kolkata-India,396230 + +Current Address- Kottamoll Plateau, Cuncolim Municipal Area, +Salcete Taluka, South Goa District, Goa - 403703 + +### Academics + +National Institute of technology Goa + +BTech in Computer Science and Engineering + +### Interests + +- Coding +- Photogrpahy +- Chess + +### Development + +- Front-end Development +- Back-end Development +- Ui/Ux + +### Projects + +- [Blogging App](https://github.com/ShuvayuSarkar/twitter_clone) +- A blogging website made with flutter and firebase, where users can signup/login with their accounts, post, comment, like on other user's posts, update their profile, edit thre bios and many other things + +- [next events](https://github.com/ShuvayuSarkar/next-events) +-An events finder website for local communities where epople can find events of different categories, join them and enjoy. made with next.js and nextauth for authentication, postgress for database + + +### Profile Link + +[Shuvayu Sarkar](https://github.com/ShuvayuSarkar) \ No newline at end of file diff --git a/scripts/hello_world_ShuvayuSarkar.dart b/scripts/hello_world_ShuvayuSarkar.dart new file mode 100644 index 000000000..4ac8407f2 --- /dev/null +++ b/scripts/hello_world_ShuvayuSarkar.dart @@ -0,0 +1,8 @@ +// LANGUAGE: Dart +// ENV: Dart SDK +// AUTHOR: Shuvayu Sarkar +// GITHUB: https://github.com/ShuvayuSarkar + +void main() { + print('Hello, World!'); +}