Giter Club home page Giter Club logo

3d_portfolio's Introduction

Coder GIF

Hey It's Rishi

Typing SVG

  • ๐ŸŒ Web development, UI/UX, and Graphic Design are my passions in the tech realm.
  • ๐Ÿš€ DevOps is my newest obsession-trying to learn and explore in the AWS and Google Cloud.
  • ๐ŸŽฏ Looking to work on large-scale web projects.
  • ๐Ÿ’ก Practical learner who loves hands-on experimentation and embraces new challenges.
  • ๐ŸŒŸ Always eager to learn, explore, and tackle real-world problems using innovative solutions.
  • ๐Ÿค Multitasking- skilled at handling multiple responsibilities simultaneously.
  • ๐Ÿ’ผ I want to collaborate on exciting projects and create great stuff.

I'm an adventurous tech enthusiast with a focus on Web Development, DevOps, and the exciting world of AI. Let's connect and dive into the possibilities!

Connect with me

My Skills

Known

Web Development

Dev Tools and Software

Git GitLab Linux
Illustrator Figma Lightroom

Learning & Exploring

Web Development

JS NextJS jQuery

Cloud Computing

GCP Linux AWS

Language

Python Java

GitHub Statistics


3d_portfolio's People

Contributors

rishilahoti avatar

Watchers

 avatar

3d_portfolio's Issues

ESLint with React gives `no-unused-vars` errors

@rishilahoti To solve this problem stackoverflow install eslint-plugin-react:

npm install eslint-plugin-react --save-dev

add in .eslintrc.cjs:

"plugins": ["react"]

and:

"rules": {   
      "react/jsx-uses-react": "error",   
      "react/jsx-uses-vars": "error" 
 }

your .eslintrc.cjs :

module.exports = {
      root: true,
      env: { browser: true, es2020: true },
      extends: [
        "eslint:recommended",
        "plugin:react/recommended",
        "plugin:react/jsx-runtime",
        "plugin:react-hooks/recommended",
      ],
      ignorePatterns: ["dist", ".eslintrc.cjs"],
      parserOptions: { ecmaVersion: "latest", sourceType: "module" },
      settings: { react: { version: "18.2" } },
      plugins: ["react-refresh", "react"],
      rules: {
        "react-refresh/only-export-components": [
          "warn",
          { allowConstantExport: true },
        ],
        "react/jsx-uses-react": "error",
        "react/jsx-uses-vars": "error",
      },
    };

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.