Thanks to visit codestin.com
Credit goes to github.com

Skip to content

VSevagen/VSevagen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 

Repository files navigation

Hi there, I'm Sevagen πŸ‘‹

visitors Twitter Follow Linkedin: Sevagen

import React, { UseState } from "react";

function Sevagen() {
  const [pronous, setPronouns] = useState(["He", "Him", "His"]);
  const [askMeAbout, setAskMeAbout] = useState(["web dev","tech","GNOME","scuba diving","Git"]);
  const [code, setCode] = useState(["Javascript", "C++", "Python"]);
  const [learning, setLearning] = useState(["React", "Django", "GraphQL"]);

  return (
    <div className="About Me">
      I'm a 3rd year computer science student from Amrita Vishwa Vidyapeetham, in the state of Kerala
      and I'm from Mauritius. You can address me as {`${pronouns}`} and ask me about {`${askMeAbout}`}
      I'm knowledgable in {`${code}`} and currently learning {`${learning}`}
      
      I love connecting with different people so if you want to say hi, 
      I'll be happy to meet you more!

      Reach me through email: [email protected] or just google me :)
    </div>
  );
}

const error = "Don't try to compile this, you'll get errors :)"

export default Sevagen;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published