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

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

Visitor count

Hi , I'm Sumit Sagar


Github Activity Graph:

github contribution grid snake animation github contribution grid snake animation


mostpalon3

coding

mostpalon3

About me:

  • 🌱 Learning and Growing: Currently enhancing my skills in Web Development, Data Structures and Algorithms (DSA), Video Editing, and UI/UX Design.
  • πŸ‘¨β€πŸ’» Project Showcase: Explore all my projects on my GitHub repositories.
  • πŸ’¬ Let's Connect: Feel free to ask me about Python, JavaScript, DSA, and any of my projects.
  • πŸ“« Contact Me: Reach out via email at [email protected].

Connect with me:

sumit-sagar sumitsagarrr sumitsagarrr


Skill set:

Languages:

html5css3javascriptpythonc++c++

Library & Frameworks:

BootstrapΒ JasmineΒ ExpressJSΒ ReactJSΒ NodeJS threeJS

Databases:

MongoDB mysql

Tools:

Figma Git postman

Github Statistics:

Β mostpalon3 mostpalon3

mostpalon3 productive time graph

class Life {
    constructor() {
        this.codeQuality = 0;
        this.perfection = 99.99; 
        this.alive = true;
    }
    eat() {
        console.log("Eating to fuel the coding engine πŸ•");
    }
    sleep() {
        console.log("Recharging for epic code adventures πŸ’€");
    }
    code() {
        console.log("Crafting software magic ✨");
    }
    skills(consistency) {
        // πŸš€ Striving for perfection, one line of code at a time.
        while (this.codeQuality < this.perfection) {
            this.codeQuality++; // Incrementing code quality πŸ”
        }
        // 🌟 Lifelong coder on a journey of constant improvement.
        while (this.alive) {
            this.eat();
            this.sleep();
            this.code();
        }
    }
}
const myLife = new Life();
myLife.skills();
    }

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