Skip to content
View jericho3110's full-sized avatar
🎮
Gaming
🎮
Gaming
Block or Report

Block or report jericho3110

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

Hey there, I'm South - aka [South_Valley.exe#4534 from Discord]!👋

I'm also an Anime Lover, Gamer, Sports Player, Sketcher, and a Pianist!

  • Currently, most of my Repositories are set to private. But might upload stuff to public in the near future!
  • 🌱 I’m currently mastering the MERN tech-stack
  • ⚡ Fun fact: I love to sketch Anime Characters and play football
  • 🥅 2023 Goals: Read more books that pertains to life

A little more about me:

def main():
    class South:
        def __init__(self, name, age, gender):
            self.name = name
            self.age = age
            self.gender = gender        
            print(f'''
        Name: {name}
        Age: {age}
        Gender: {gender}            
            ''')
            Technologies = {
                "Javascript" : 100,
                "Python"     : 100,
            }
            Studying = {
            "Front-End" : 
                [
                "MongoDB",
                "Expressjs",
                "React",
                "Nodejs"
                ]
            }
            print(f'''
        Skill Set:
        {Technologies}\n
        Currently Studying:
        {Studying["Front-End"]}
        ''')
        

    South_Valley = South("South", 15, "Male")

if __name__ == '__main__':
    main()

Languages and Tools I use:

Visual Studio Code Visual Studio GitHub Git Bash Python C++ C JavaScript

Trophies

jericho3110

Stats

github stats

jericho3110

Links

Twitter StackOverflow Steam Youtube


Wakatime Stats


Popular repositories

  1. jericho3110 jericho3110 Public

    Config files for my GitHub profile.

    2

  2. GitCMDS GitCMDS Public

    All the Git commands I usually use

    1

  3. .github .github Public

  4. startbootstrap-modern-business startbootstrap-modern-business Public template

    Forked from StartBootstrap/startbootstrap-modern-business

    A multipurpose Bootstrap full website template created by Start Bootstrap

    Pug