Skip to content
View Kkkermit's full-sized avatar
🚀
Doing something productive… probably
🚀
Doing something productive… probably
Block or Report

Block or report Kkkermit

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

Node.js JavaScript HTML5 CSS3 MongoDB Ruby Atlassian Git Scrum React Vite Redux MySql

Hi, I'm Kkermit.!

That's it from me :)

ProfileViews

import React from 'react';
  
interface AboutMeProps {
  name: string;
  age: number;
  occupation: string;
  interests: string[];
}

const AboutMe: React.FC<AboutMeProps> = ({ name, age, occupation, interests }) => {
  return (
    <div>
      <h1>About Me</h1>
      <p><strong>Name:</strong> {Kkermit}</p>
      <p><strong>Age:</strong> {19}</p>
      <p><strong>Occupation:</strong> {Frontend-dev}</p>
      <p><strong>Interests:</strong>withering my life away coding :(</p>
      <ul>
        {interests.map((interest, index) => (
          <li key={index}>{interest}</li>
        ))}
      </ul>
    </div>
  );
}

export default AboutMe;
languages graph streak graph

Popular repositories

  1. Orbit-Website Orbit-Website Public

    CSS 3

  2. ModX ModX Public

    Discord Moderation Bot

    JavaScript 3

  3. Discord-RPC Discord-RPC Public

    ``Code to form a discord RPC. ``

    JavaScript 1

  4. Saint- Saint- Public

    Discord Music Bot

    JavaScript 1

  5. RandomWebsiteStuff RandomWebsiteStuff Public

    Just me messing around seeing what i can do??

    HTML 1

  6. AutoClicker AutoClicker Public

    AutoClicker

    Ruby 1