Skip to content
View mostpalon3's full-sized avatar
:octocat:
coding
:octocat:
coding

Highlights

  • Pro

Block or report mostpalon3

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

cover_img

Typing SVG

Visitor count

github-snake

Hi, I'm Sumit Sagar

Typing SVG

πŸš€ About Me

coding

I'm a Full Stack Developer who loves building web applications and exploring new technologies.

  • πŸ”­ Currently working on Innovative Web Projects
  • 🌱 Learning DSA & Web3/Blockchain
  • πŸ‘― Looking to collaborate on Open Source Projects
  • πŸ’¬ Ask me about Web Development, DSA, or Tech Career
  • ⚑ Fun fact: I can debug code faster with coffee β˜•
  • 🎯 Goal: Contribute more to Open Source
  • πŸ“« Reach me at: sumitsagar2612@gmail.com
  • πŸ’Ό Portfolio: Dive here!

πŸ› οΈ Tech Stack

Languages:

html5 css3 javascript python c++ java

Library & Frameworks:

Bootstrap Tailwind Jasmine ExpressJS ReactJS NodeJS threeJS Framer motion GSAP

Databases:

MongoDB mysql

Tools:

Figma Git postman blender

πŸ“Š GitHub Stats

πŸ“ˆ Contribution Graph

Ashutosh's github activity graph

🀝 Connect with me

sumit-sagar sumitsagarrr sumitsagarrr

class FullStackDeveloper {
    constructor() {
        this.name = 'Sumit Sagar';
        this.role = 'Full Stack Developer';
        this.languages = ['JavaScript', 'Python', 'Java', 'C++'];
        this.challenges = this.coffeeCups = 0;
    }

    solveChallenge(challenge) {
        while (!challenge.isSolved) this.drinkCoffee();
        return '✨ Challenge done!';
    }

    drinkCoffee() {
        return `β˜• (${++this.coffeeCups})`;
    }

    async learnNewTechnology(tech) {
        await Promise.all([this.research(tech), this.practice(tech), this.build(tech)]);
        return `πŸŽ“ Skilled in ${tech}`;
    }

    getLifeBalance() {
        return { code: 'πŸ’»', learn: 'πŸ“š', grow: '🌱', repeat: 'πŸ”„' };
    }
}
console.log('πŸš€ Ready to create amazing things!');
Random Dev Quote

πŸ’– Thanks for visiting! Let's build something amazing together.

Pinned Loading

  1. freeCodeCamp freeCodeCamp Public

    freeCodeCamp projects

    CSS 2

  2. iNotebook iNotebook Public

    iNotebook is a full-stack web application for managing notes and tasks. Built with React, Node.js, Express.js, and MongoDB, it offers a user-friendly interface which supports login/signup & feature…

    JavaScript 1

  3. Text-Utility-Project Text-Utility-Project Public

    This project was built with react library and bootstrap framework. This text utility website offers an extensive range of tools for analyzing textual content. Whether you're a student needing to ch…

    JavaScript 2

  4. Amazon-Project Amazon-Project Public

    This is a amazon clone project built with javascript , css & html. It is certainly a fully functional somewhat look-alike amazon clone.

    JavaScript 3

  5. FOODKART-EXPRESS-Project FOODKART-EXPRESS-Project Public

    This a single page food delivery site made completely from html and css.

    CSS 2

  6. RockPaperScissorsGame-Project RockPaperScissorsGame-Project Public

    This is a rock paper scissors game built with javascript ,which have a simple UI having images ,have a win,lose & tie score panel,a reset button.And it is also been incorporated with autoplay button.

    JavaScript 2