Skip to content

Instantly share code, notes, and snippets.

View its-me-meax's full-sized avatar
💭
I may be slow to respond.

DevPradyumansh. its-me-meax

💭
I may be slow to respond.
  • Kangra, Himachal Pradesh, India
View GitHub Profile
import React, { useEffect, useState } from "react";
/**
* Homepage.jsx
* Combined Homepage (Platform + KYC) with neutral theme and a stepper that
* wires to the sandbox backend endpoints (session -> mobile -> aadhaar -> pan -> link -> mint).
*
* - TailwindCSS required
* - Frontend calls are wired to a local sandbox (http://localhost:4000) by default
* - This file contains small helper functions and the UI stepper so you can