A full-featured user management app built with Next.js 15 using Server-Side Rendering (SSR). The application includes:
- Server-side search
- Server-side pagination
- Server-side sorting
- User details modal
- TailwindCSS + DaisyUI styling
- Redux Toolkit for state management
- Next.js 15 (App Router)
- Redux Toolkit
- TailwindCSS
- DaisyUI
- JSONPlaceholder API (for fake users)
- SSR-Only architecture (No window dependency in core logic)
- Query-based filtering for search, page, sortField, sortOrder
- Modal for showing detailed user information
- *Dark/Light mode
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.