Skip to content
View aniketchanana's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report aniketchanana

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

Pinned Loading

  1. clean-architecture-node.js clean-architecture-node.js Public

    This repository contains demo clean code with node.js

    TypeScript 21 8

  2. aniketchanana.github.io aniketchanana.github.io Public

    My portfolio website

    HTML 1

  3. LedgerBook-App LedgerBook-App Public

    Android app made for final submission in lco bootcamp

    Java 1

  4. useIntersectionObserver.tsx useIntersectionObserver.tsx
    1
    import { MutableRefObject, useEffect } from "react";
    2
    
                  
    3
    type ObserverConfiguration = {
    4
      root?: Element | Document | null;
    5
      rootMargin?: string; // same CSS like values (It don't effect CSS for element)