Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⚡️ feat(frontend): add IP address fetching functionality
🚀 Add a new hook `useIPFetcher.ts` to fetch the user's IP address using WebRTC technology. Display the fetched IP address in the `App.tsx` component. - Added new file `useIPFetcher.ts` in `frontend/src/hook/` - Updated `App.tsx` to display the fetched IP address Issue #12 Task #27 Related to #34 Co-authored-by: John Doe <johndoe@example.com>
- Loading branch information