Skip to content

Sahil-commit/Sahil-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

28 Commits
ย 
ย 

Repository files navigation

๐Ÿ‘‹ 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



About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors