Skip to content
View Vaswani2003's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Vaswani2003

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
Vaswani2003/README.md

Vinamra Vaswani's GitHub Profile

Welcome to My GitHub Profile!

Hello! I'm Vinamra Vaswani, a passionate software developer and computer science enthusiast. Here you'll find a variety of projects showcasing my skills in different programming languages and technologies.

About Me

class AboutMe:
    def __init__(self):
        self.name = "Vinamra Vaswani"
        self.role = "Undergraduate Student"
        self.graduation_year = 2025

        self.skills = {
            "Programming Languages": ["Python", "Java", "C++", "JavaScript"],
            "Web Development": ["HTML", "CSS", "React", "Node.js", "Express.js"],
            "Databases": ["MongoDB", "MySQL", "SQLite"],
            "Tools": ["Git", "GitHub", "VS Code", "Selenium", "Jupyter Notebook"],
            "Operating Systems": ["Windows", "Linux"],
            "Others": ["Data Structures", "Algorithms", "Machine Learning", "Deep Learning"]
        }

    def greetings(self, YourName):
        print(f"Hello, {YourName}! I'm {self.name}, have a great day ahead!")


if __name__ == "__main__":
    me = AboutMe()
    me.greetings(input("Enter Your Name Here!!!!"))

Vinamra's GitHub stats

Top Langs

Projects

A web application for RTC e-ticket booking built using ReactJS and Material UI for the frontend and NodeJS with ExpressJS for the backend. The app also generates QR tickets for each booking.

A Java-based ATM simulation project. This project simulates an ATM environment and provides various banking services like withdrawals, balance checks, transaction history, deposits, and PIN changes.

A repository of solutions to various LeetCode problems. Most solutions are written in C++, with some in Python. This is a great resource for anyone looking to improve their problem-solving skills.

Get In Touch

Contributions

I welcome contributions to my projects! Feel free to fork any repository, make improvements, and submit a pull request. Whether it’s adding new features, fixing bugs, or improving documentation, your contributions are highly appreciated.

My Goals

  • To continuously improve my programming skills.
  • To contribute to open source projects.
  • To collaborate with other developers and learn from their experiences.
  • To build innovative projects that solve real-world problems.

Thank you for visiting my GitHub profile! Let's connect and build something amazing together.

Pinned Loading

  1. Leetcode-Solutions Leetcode-Solutions Public

    Welcome to my LeetCode Solutions repository! This repository is dedicated to providing well-structured and efficient solutions to various LeetCode problems. Here, you'll find my personal solutions,…

    C++

  2. RTC-E-Ticket-Booking-WebApp RTC-E-Ticket-Booking-WebApp Public

    Welcome to the E-Ticket Booking WebApp for RTC! This repository contains the source code for a comprehensive e-ticket booking system designed for Road Transport Corporations (RTC).The web applicati…

    JavaScript

  3. Citizens-Issues-Registry Citizens-Issues-Registry Public

    The Citizens Issues Registry is a web application that allows citizens to log in, create accounts, read posts uploaded by others, upvote/downvote posts, and submit their own posts to highlight issu…

    JavaScript 1

  4. Gemini-Video-Discourse-Assistant Gemini-Video-Discourse-Assistant Public

    The Gemini Video Discourse Assistant is a Python web application built using Streamlit and Gemini API. Its primary purpose is to enhance accessibility and efficiency for users interacting with YouT…

    Python

  5. ATM-Project-using-Java ATM-Project-using-Java Public

    This repository contains a Java-based ATM simulation project developed by Vinamra Vaswani (HU21CSEN0101331). The project consists of two main classes: `ATMInterface` and `Account`, which together s…

    Java

  6. Online-Steganography-Tool Online-Steganography-Tool Public

    Welcome to the Secret Cipher: Online Steganography Tool! This repository contains the source code for a web application that allows users to encrypt and decrypt messages within images using stegano…

    Python