Skip to content
View Hari-Shankar-3296's full-sized avatar
๐Ÿ‘จโ€๐Ÿ’ป
<Hari />
๐Ÿ‘จโ€๐Ÿ’ป
<Hari />
Block or Report

Block or report Hari-Shankar-3296

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
Hari-Shankar-3296/README.md

Hello there ๐Ÿ‘‹

visitors Open Source Love

'use-strict'

class WhoAmI {
    constructor(){
        this.name = 'Harishankar Devaraj';
        this.role = 'Senior Frontend Developer';
        this.previousEmployer = '/thoughtworks';
        this.languageSpoken = ['ta_IN', 'en_US'];
        this.native = "India ๐Ÿ‡ฎ๐Ÿ‡ณ"
        this.livesIn = "Australia ๐Ÿ‡ฆ๐Ÿ‡บ"
    }

    greet(){
        console.log("Thanks for dropping by, hope you find some of my work interesting.")
    }
    
    skills(){
      const mySkills = {
        code: [
            Javascript,
            Typescript,
            HTML,
            CSS,
            Python
        ],
        tools: [ 
            React, 
            Redux,
            ReactNative,
            Styled-Components,
            Jest,
            testing-library
        ],
        architecture: ['dynamic-data-driven', 'design system pattern', 'mobile-first-approach'],
        techCommunities: {
          organiser: 'Brogrammers',
          member: ['UI Community', 'Silligong Valley'],
        },
        funChallenge: "I am doing the #CSSBattles challenge focused on CSS Fun",
        newPortfolio: "Under Construction",
        oldPortfolio: [OldPortfolio](https://harimessi619.wixsite.com/who-am-i)
      };
      
      return mySkills;
    }
}

me = new WhoAmI()
me.greet()

Popular repositories

  1. iPhone-Calculator-in-React iPhone-Calculator-in-React Public

    Demo calculator app in react

    JavaScript

  2. ant-design ant-design Public

    Forked from ant-design/ant-design

    ๐ŸŒˆ A UI Design Language

    TypeScript

  3. npm-expansions npm-expansions Public

    Forked from npm/npm-expansions

    Send us a pull request by editing expansions.txt

    JavaScript

  4. ta.reactjs.org ta.reactjs.org Public

    Forked from stale-reactjs-org-translations/ta.reactjs.org

    (Work in progress) React documentation website in Tamil

    JavaScript

  5. react-starter-2019 react-starter-2019 Public

    Forked from deepanrajkumar-zz/react-starter-2019

    React starter

    JavaScript

  6. react-grid-layout react-grid-layout Public

    Forked from react-grid-layout/react-grid-layout

    A draggable and resizable grid layout with responsive breakpoints, for React.

    JavaScript