Skip to content
View SujalShah3234's full-sized avatar
:dependabot:
Hi there πŸ‘‹
:dependabot:
Hi there πŸ‘‹
Block or Report

Block or report SujalShah3234

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

Hi, there. πŸ‘‹

Typing SVG

πŸ§‘πŸ»β€πŸ’» About Me

πŸ”­ I'm currently working on Portfolio
🀹 I'm currently learning Next.js
πŸ‘― I'm looking for Open-source collaboration
πŸ’¬ Ask me anything here.
πŸ’Ž I have a habit of adjusting and improving projects


πŸ† GitHub Awards
Sujal Shah | Github Awards
πŸ” Profile Insights

Sujal Shah | Profile Views

Sujal's Activity Graph

Support Me Here. πŸ‘‡

Buy Me A Coffee

Translations

English Italiano

Pinned

  1. My VSCode settings I use for my ever... My VSCode settings I use for my every projects πŸš€
    1
    {
    2
      "[javascript][typescript][javascriptreact][typescriptreact]": {
    3
        "editor.defaultFormatter": "dbaeumer.vscode-eslint"
    4
      },
    5
      "[json][html][css][scss]": {
  2. Recommended prettier config for most... Recommended prettier config for most project workspace outthere.
    1
    {
    2
      "singleQuote": true,
    3
      "trailingComma": "es5",
    4
      "requirePragma": false,
    5
      "arrowParens": "always"