Skip to content
View vikash032002's full-sized avatar

Block or report vikash032002

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
vikash032002/README.md

image

Hi 👋, I'm Vikash

Resume LinkedIn Gmail

Image

About me!

import java.util.Arrays;
import java.util.List;

/**
 * 🚀 **Vikash Kumar - Software Developer** 🚀
 * 
 * Passionate about Problem Solving |  Tech Lover
 */

class Vikash {
    private final String status;
    private final List<String> code;
    private final List<String> tools;
    private final List<String> interests;

    public Vikash() {
        this.status = "💻 Software Developer";
        this.code = Arrays.asList("☕ Java", "🔥 C++", "🐍 Python", "🌐 JavaScript", "🛢 MySQL");
        this.tools = Arrays.asList("Html","CSS","Bootstrap","tailwindCSS", "⚛ React", "🌿 Node.js", "🎛 Redux", "🚀 Express.js", "📦 MongoDB");
        this.interests = Arrays.asList("🧠 Problem Solving", "♟ Games");
    }

    public void displayInfo() {
        System.out.println("💻 Status: " + status);
        System.out.println("🖥️ Coding Languages: " + code);
        System.out.println("🛠 Tools: " + tools);
        System.out.println("🎯 Interests: " + interests);
    }

    public static void main(String[] args) {
        Vikash me = new Vikash();
        me.displayInfo();
    }
}

My Github Stats

Image

Vikash GitHub Stats Vikash's GitHub Stats Vikash's GitHub Stats

ImageI love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)
Linkedin
You can also follow me on Github :)

Pinned Loading

  1. SmartHealthAppointementSystem SmartHealthAppointementSystem Public

    JavaScript

  2. AI_News_App AI_News_App Public

    JavaScript

  3. E_Learning_Website E_Learning_Website Public

    HTML

  4. freeCodeCamp freeCodeCamp Public

    Forked from freeCodeCamp/freeCodeCamp

    freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.

    TypeScript

  5. Hacktoberfest2023-Open-source- Hacktoberfest2023-Open-source- Public template

    Forked from DHEERAJHARODE/Hacktoberfest2025-Open-source-

    Send your valuable codes here

    Jupyter Notebook

  6. ReactJs ReactJs Public

    JavaScript