This is a Next.js (App Router) project that fetches and displays user profiles from the randomuser.me API. It supports dynamic filtering via search parameters in the URL such as results
(number of users).
- Next.js 15+ (App Router)
- React
- TypeScript
- Tailwind CSS
- HeroUi
- randomuser API
- ESLint
- ✅ Server-side rendering via Next.js App Router
- 🔍 Fetch random users from
https://randomuser.me/api
- 💡 Clean and minimal Tailwind-powered UI
- 📱 Responsive design
git clone https://github.com/DevArghyaDas/get-randomuser-nextjs.git
cd get-randomuser-nexjs
npm install