Skip to content
View HarshaSri-Sameera's full-sized avatar
โœจ
Never Give Up!
โœจ
Never Give Up!

Highlights

  • Pro

Organizations

@Hustle24-7 @GDSC-AEC @AlphaMetriQ @EmbeHome @The-Software-Squad

Block or report HarshaSri-Sameera

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

I'm darkfire, Sameera

function Darkfire(props){
  const {
    details = {
      fullName: "Harsha Sri Sameera",
      age: "20",
      education: "Bachelor of Science in Computer Science Engineering"
    },
    skills = [
      "React",
      "TypeScript",  
      "JavaScript",
      "BootStrap",
      "Lua",
      "Git",
      "HTML & CSS",
      "C++",
      "Python",
      "Go",
      "Java",
      "BashScripting"
    ],
    work = {
      company: "Anubudh EdTech",  
      position: "Full Stack Developer"
    },
    goals = [
      "build something cool and useful",
      "to live an adventurous life"
    ], 
    flaw = [
      "Stubborn heart"
    ]
    location = {
      city: "Kakinada",
      country: "India"
    }
    sports = {
      martialArts: "Taekwondo",
      indoor: "Rubick's Cubes"
    }
  } = props;
  
  const {t} = useTranslation();

  return (
    <article className="flex bg-white dark:bg-black text-black dark:text-white rounded p-4 md:p-2 shadow-sm">
      <Avataram />
      <div className="grid gap-2">
        <h1 className="text-lg space-x-2">
          <span>{details.fullName}</span> 
          <span className="text-sm text-gray">{details.age}</span>
        </h1>
        <h4 className="text-md">{details.education}</h4>
	
        <div className="px-4 py-2 border">
          <p>{t('common.work')}: {work.company} as {work.position}</p> 
          <p>{t('common.location')}: {location.city}, {location.country}</p>
	      </div>
	
        <ul className="flex flex-wrap items-center gap-2">
          {skills.map((skill) => (
            <li key={skill} className="p-2 rounded bg-indigo-500 text-white cursor-pointer select-none">
              {skill}
            </li>
          ))}
        </ul>
      </div>
    </article>
  );
};

export default Darkfire;

Top Langs

Sameera's GitHub stats


A heartfelt shout-out to my amazing friend Jiya Ull Haq for his unwavering support and encouragement throughout my coding journey. Your belief in me has been the driving force behind my growth and success. Together, we're creating something extraordinary. Thank you for being my coding companion and constant inspiration! ๐Ÿ™Œ

Pinned Loading

  1. green_screen_algo green_screen_algo Public

    Movie Graphics picture edit using JavaScript.

    JavaScript 3

  2. SMTP_MailServer SMTP_MailServer Public

    an application used by mail servers to send, receive, relay outgoing mail between email senders

    HTML 3

  3. ICDECT-1 ICDECT-1 Public

    Forked from GDSC-AEC/ICDECT

    HTML 2

  4. Worldometers_Scrapy_WebScraping Worldometers_Scrapy_WebScraping Public

    This is built using splash with scrapy spider to extract the data

    Python 3

  5. EventHandling_Java EventHandling_Java Public

    Event handling programs in java.

    Java 2

  6. dashpod dashpod Public

    TypeScript