Skip to content
View Pratham23003's full-sized avatar

Block or report Pratham23003

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 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
Pratham23003/Readme.md

Hi ๐Ÿ‘‹ I'm Pratham

Coding Animation

About Me ๐Ÿ’ฌ

  • 3rd Year IT Undergrad
  • Learning Full Stack Development
  • Currently learning React
  • I enjoy building real-world projects

Tech Stack ๐Ÿ› 


function buildDeveloper(name) {
  return {
    curiosity: Infinity,
    consistency: true,
    techStack: {
        frontend: ["HTML", "CSS", "JavaScript", "React", "Tailwind CSS"],
        backend: ["Node.js", "Express.js"],
        databases: ["MongoDB","SQL"],
        tools: ["Git", "Postman", "Linux", "Bash"]
    },
    mode: "Always Learning"
  };
}

const pratham = buildDeveloper("Pratham");
console.log("Building. Failing. Improving. Repeating.");

Popular repositories Loading

  1. WebDev WebDev Public

    This repository tracks my progress as I learn and build with HTML, CSS, JavaScript & React.

    HTML 2

  2. DSA-StriversA2Z DSA-StriversA2Z Public

    C++ 1

  3. bmi-calculator-JS bmi-calculator-JS Public

    A simple, responsive Body Mass Index (BMI) calculator built with vanilla HTML, CSS, and JavaScript as a learning project.

    JavaScript 1

  4. color-palette-generator-JS color-palette-generator-JS Public

    A simple, beginner friendly project I built while learning JS. Basically, it generates random color palettes.

    JavaScript 1

  5. digital-clock-JS digital-clock-JS Public

    A simple, retro-styled digital clock built with vanilla JavaScript, HTML, and CSS. This was created as a learning project to practice fundamental JavaScript concepts and DOM manipulation.

    CSS 1

  6. guess-the-number-JS guess-the-number-JS Public

    A simple and interactive number guessing game built with vanilla JavaScript, HTML, and CSS. This was one of my first JavaScript projects while learning web development!

    JavaScript 1