https://github.com/manasisadhu/multiuser-profile-generator
A simple Next.js app that generates multiple random user profile cards with dynamic data and clean UI.
https://github.com/manasisadhu/multiuser-profile-generator
bun html javascript ky lucide-react nextjs reacthookform reactjs shadcn-ui tailwindcss zod
Last synced: 3 months ago
JSON representation
A simple Next.js app that generates multiple random user profile cards with dynamic data and clean UI.
- Host: GitHub
- URL: https://github.com/manasisadhu/multiuser-profile-generator
- Owner: manasisadhu
- License: mit
- Created: 2025-08-27T15:11:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-07T03:23:30.000Z (10 months ago)
- Last Synced: 2026-04-05T22:36:58.556Z (3 months ago)
- Topics: bun, html, javascript, ky, lucide-react, nextjs, reacthookform, reactjs, shadcn-ui, tailwindcss, zod
- Language: TypeScript
- Homepage: https://multiuser-profile-generator.vercel.app
- Size: 53.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nextjs Starter Template
The Last Next.js starter template you will ever need.
## Tech
- [React](https://react.dev/) - The library for web and native user interfaces!
- [TailwindCSS](https://tailwindcss.com/) - A utility-first CSS framework for rapid UI development.
- [shadcn UI](https://ui.shadcn.com/) - A community-driven collection of custom UI components.
- [Next.js](https://nextjs.org/) - The React Framework for Production.
## Features
- Dark Mode
- Tailwind CSS
- TypeScript
- ESLint
- Prettier
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
## Development
Want to contribute? Great!
## License
MIT