Yash Garg

Welcome to my portfolio website!

About Me

Hi there! I'm Yash Garg , a passionate programmer that create projects that contribute to expand my knowledge across various domains. I am still exploring myself and learning new things in my day-to-day life.

Projects


  1. Discord Moderation Bot Using Python | Python (discord.py) | code
    It can perform various tasks such as deleting spam messages, banning rule-breakers, assigning roles, and more. It can also interact with users through commands and responses. Discord moderation bot is a useful tool for creating a safe and enjoyable environment for Discord users. It also includes some fun commands to have fun with your friends and other server members.
  2. Digital World Clock GUI | Java (AWT) | code
    Developed a simple world clock that displays the time of most of the time zones.

Experience


  1. Codsoft Virtual Internship | Java Projects |
    In this internship, I have solved 3 tasks that helped me to learn and revise my Java Fundamentals, OOPS concepts and use of various classes in java that helped me to complete my taks within the given time.
    Tasks completed :
    1. Task 1 : - ATM Interface code video demo
      In this task, I have made a ATM interface using the Object Oriented concepts in java such as inheritance that helped me to make simple command line atm interface that includes options such as withdrawing, depositing, and checking the account balance.
    2. Task 2 : - Number Game code video demo
      It is a fun guess-the-number game with added rounds and score functionality. It's fun to play with friends locally.
    3. Task 3 : - Quiz Application With Timer code video demo
      It is a command line based 4 option trivia game with functionality to add quiz questions and its correct answers via txt file. It gives the user 10 seconds to answer a particular question. Timer class in java is used to achieve this task.