Skip to content
View SujalXplores's full-sized avatar
:dependabot:
Hi there πŸ‘‹
:dependabot:
Hi there πŸ‘‹

Block or report SujalXplores

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

Hi there, I'm Sujal! πŸ‘‹

Typing SVG

An image of @sujalshah3234's Holopin badges, which is a link to view their full Holopin profile

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

  • πŸ”­ Currently crafting: My Portfolio
  • 🌱 Learning: Next.js
  • πŸ‘― Open to: Open-source collaborations
  • πŸ’¬ Ask me anything: Open an Issue
  • πŸ’Ž Fun fact: I have a passion for continuously improving and refining projects

πŸ› οΈ Tech Stack

Languages & Frameworks

JavaScript TypeScript React Next.js HTML5 CSS3

Styling & UI

Tailwind CSS Bootstrap Material UI SASS Styled Components

State Management & APIs

Redux React Query GraphQL

Development Tools

Git VS Code Postman npm

Cloud & Deployment

Vercel Netlify Firebase

Testing

Jest Testing Library Cypress

πŸ“Š GitHub Stats

πŸ† GitHub Awards

πŸ” Profile Insights

Profile Views

🀝 Connect With Me

LinkedIn Twitter Portfolio

β˜• Support Me

Buy Me A Coffee

🌐 Translations

English Italiano

Pinned Loading

  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"