Skip to content
View ritikbanger's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report ritikbanger

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

Hi πŸ‘‹, I'm Ritik Banger

A passionate JavaScript developer from India :)

Skills

l langs langs L l l l l l l l l

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

  • πŸ”­ I write tech blogs at The Tech Infinite
  • πŸ’¬ More info about my blogs: https://thetechinfinite.com
  • πŸ’¬ Ask me about ReactJS, Typescript, ExpressJS, NodeJS, JavaScript, Python, Java, and about C++
  • πŸ“« How to reach me [email protected]

Snake animation

Pinned

  1. react18-input-otp react18-input-otp Public

    A fully customizable, one-time password (OTP) and phone number with separator input component for the web built with React.

    JavaScript 36 5

  2. Hacktoberfest2022-DSA Hacktoberfest2022-DSA Public

    If You know the implementation of any DSA related topic/problem or HackerRank, HackerEarth, LeetCode problems then you can contribute it in this repo. Raise Genuine PRs only. Your PRs will be accep…

    C++ 97 334

  3. django-student-attendance-system django-student-attendance-system Public

    JavaScript 2

  4. Faculty-Feedback-Using-Java Faculty-Feedback-Using-Java Public

    Java

  5. reactjs-interview-questions reactjs-interview-questions Public

    Forked from sudheerj/reactjs-interview-questions

    List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!

    JavaScript 1 1

  6. React Frontend Code Review- Checklis... React Frontend Code Review- Checklist (Master Code Review)
    1
    # React Frontend Code Review- Checklist (Master Code Review)
    2
    
    
    3
    - Keep the components small, If the size exceeds 200-300 lines then create child components.
    4
    - JSX markup should be no more than 50 lines.
    5
    - Every function should have comments over it describing what it do.