Skip to content

Latest commit

Β 

History

History
33 lines (23 loc) Β· 790 Bytes

File metadata and controls

33 lines (23 loc) Β· 790 Bytes

πŸ” 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