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 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
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. Netflix-Clone Netflix-Clone Public

    Netflix landing page clone built with React and Tailwind CSS.

    JavaScript 2

  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