An open API service indexing awesome lists of open source software.

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

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

```