Skip to content

DevArghyaDas/get-randomuser-nexjs

Repository files navigation

🔍 Random User Explorer – Next.js App Router

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).

🛠️ Tech Stack

  • Next.js 15+ (App Router)
  • React
  • TypeScript
  • Tailwind CSS
  • HeroUi
  • randomuser API
  • ESLint

✨ Features

  • ✅ Server-side rendering via Next.js App Router
  • 🔍 Fetch random users from https://randomuser.me/api
  • 💡 Clean and minimal Tailwind-powered UI
  • 📱 Responsive design

📦 Installation

git clone https://github.com/DevArghyaDas/get-randomuser-nextjs.git
cd get-randomuser-nexjs
npm install