Skip to content
View Sougata2006's full-sized avatar
🕷️
🕷️

Block or report Sougata2006

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Sougata2006/README.md

MasterHead

💫 About Me:

🔭 I’m currently pursuing B.Tech in CSE (AIML), 2nd Year
🌱 Learning Full Stack Web Development
💬 Ask me about Web Development, Java, or SQL
🌐 Languages: English, Hindi, Bengali
⚡ Tech enthusiast with a passion for programming and building innovative solutions
📍 Based in India

🌐 Socials:

Discord Instagram LinkedIn X email

💻 Tech Stack:

CSS3 C C++ JavaScript Java HTML5 Vercel Netlify MySQL Canva GitHub Git

📊 GitHub Stats:



🏆 GitHub Trophies

🔝 Top Contributed Repo


Pinned Loading

  1. Leetcode-DSA-Journey Leetcode-DSA-Journey Public

    This repository contains my Java solutions to various Leetcode problems. Each file is named using the problem number and title for easy reference. I use this space to keep track of the problems I s…

    Java

  2. GeeksforGeeks-DSA-Journey GeeksforGeeks-DSA-Journey Public

    My solutions to DSA problems from GeeksforGeeks. This repository showcases my progress in solving various data structures and algorithms problems, with clean and well-documented code for each solut…

    Java

  3. World-Clock World-Clock Public

    World Clock is a responsive and beginner-friendly web application that allows users to view the real-time local time of any country across the globe. Built using HTML, CSS, and JavaScript, it featu…

    JavaScript

  4. ValidateX ValidateX Public

    ValidateX is a web app built with HTML, CSS, and JavaScript that checks if an email address is valid in real-time using the emailvalidation.io API. It handles edge cases like fake or wrong emails a…

    HTML

  5. Number-Guessing-Game Number-Guessing-Game Public

    This is a console-based game written in C where players guess a randomly generated number. Hints like "Too high!" or "Too low!" are provided to guide the player. Tracks the number of attempts taken…

    C

  6. Rock-Paper-Scissor Rock-Paper-Scissor Public

    A simple implementation of the Rock-Paper-Scissors game in C, where the user plays against the computer. This project showcases basic C concepts like user input, conditionals, and random number gen…

    C