https://github.com/devarghyadas/get-randomuser-nexjs
https://github.com/devarghyadas/get-randomuser-nexjs
eslint heroui-react nextjs reactjs tailwindcss typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devarghyadas/get-randomuser-nexjs
- Owner: DevArghyaDas
- License: mit
- Created: 2025-07-11T09:52:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-11T11:45:56.000Z (11 months ago)
- Last Synced: 2025-07-11T14:03:56.294Z (11 months ago)
- Topics: eslint, heroui-react, nextjs, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://get-randomuser-nexjs.vercel.app
- Size: 83 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔍 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](https://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
```bash
git clone https://github.com/DevArghyaDas/get-randomuser-nextjs.git
cd get-randomuser-nexjs
npm install
```