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

Block or report ritikbanger

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 ritikbanger.dev@gmail.com

Snake animation

Pinned Loading

  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 39 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++ 91 330

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

    JavaScript 15 5

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

    Java 1

  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.