use-react-GFG
An NPM package for fetching and displaying complete GeeksforGeeks profile data inside React apps.
https://www.npmjs.com/package/use-react-gfg

Problem
Developers often want to show coding-profile stats in portfolios or dashboards, but fetching and normalizing profile data repeatedly is tedious.
What I Built
use-react-GFG is an NPM package that exposes a React hook for fetching complete GeeksforGeeks profile data. It helps developers show profile summaries, solved-problem stats, and related coding activity without rebuilding the same integration.
Technical Decisions
The package wraps the API work in a React-first interface with loading and error handling built in. That makes it easier to drop into a portfolio, dashboard, or profile card.
Outcome
The package became part of my NPM tooling work, focused on reusable hooks that solve small but repeated developer problems.