Skip to content
View Sahil-commit's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report Sahil-commit

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

๐Ÿ‘‹ Hey, I'm Sahil Pawar

class Sahil {
    constructor() {

        this.name = "Sahil Pawar";

        this.role = "Full Stack Web Developer";

        this.goal = "MCA | Software Engineer";

        this.location = "Mumbai, India ๐Ÿ‡ฎ๐Ÿ‡ณ";

        this.learning = [
            "HTML", "CSS", "JavaScript", "React", "Node.js", "Express", "MongoDB"
        ];

        this.brainFuel = [
            "โ˜• Coffee", "๐Ÿ’ป Coding","๐Ÿš€ Building Projects"
        ];

        this.superpower =
            "Turning ideas into real web applications";

        this.weakness =
            "Fixing one bug and finding five more.";
    }

    currentStatus() {
        return "Learning MERN. Building RentHub.";
    }

    motto() {
        return "Code. Learn. Build. Repeat. ๐Ÿš€";
    }
}

๐Ÿ›  Tech Stack

JavaScript TypeScript SQL HTML5 CSS3 React TailwindCSS

RESTAPI

MySQL Git GitHub Docker

Vercel



Popular repositories Loading

  1. RentHub- RentHub- Public

    RentHub is a smart rental platform that helps users list, search, and manage rental properties ุจุณู‡ูˆู„ุฉ. It offers an easy-to-use interface for both tenants and property owners with features like proโ€ฆ

    Python

  2. Sahil-commit Sahil-commit Public

  3. AI-compainion-study-app AI-compainion-study-app Public

    Full-stack AI Study Companion using React, Django REST Framework, MongoDB, Tailwind CSS, and OpenAI APIs with RAG-powered PDF learning and JWT authentication.

    Python

  4. QR-code-grnerator QR-code-grnerator Public

  5. Tic-Tac-Toe Tic-Tac-Toe Public

    # ๐ŸŽฎ Tic-Tac-Toe (X & O) in Python A simple command-line Tic-Tac-Toe game built with Python. Play as X and O, with automatic win and draw detection. This project is great for learning Python fundameโ€ฆ

    Python