Skip to content

HarshaSri-Sameera/HarshaSri-Sameera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 

Repository files navigation

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! 🙌

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published