Skip to content
View himan20's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Block or report himan20

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

Hi there ๐Ÿ‘‹

Pinned Loading

  1. ready-forms ready-forms Public

    Ready forms allows you to create forms by simply providing a compliant json schema

    TypeScript

  2. color-game color-game Public

    A Game Engine based for generating a Grid based game. Technology stack includes Typescript + NodeJS + ExpressJS

    TypeScript 1

  3. My VS Code Configuration My VS Code Configuration
    1
    {
    2
    "editor.minimap.enabled": true,
    3
    "editor.wordWrap": "on",
    4
    "editor.wrappingIndent": "indent",
    5
    "editor.cursorBlinking": "smooth",
  4. Some examples of usage of Console ob... Some examples of usage of Console object for debugging purposes in Javascript. Refer link : https://medium.freecodecamp.com/how-to-get-the-most-out-of-the-javascript-console-b57ca9db3e6d
    1
    /*
    2
     * Some Examples of Using Javascript Console object more efficiently
    3
     */
    4
    /////// SAMPLE DATA
    5
    
                  
  5. EstimateSystem EstimateSystem Public

    An Estimate system that can be used by Companies for Calculating Estimates of Various Publications

    C# 1

  6. Full-Stack-Redux-Tutorial Full-Stack-Redux-Tutorial Public

    Reference : https://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html

    JavaScript