A modern web application that generates random user profiles with comprehensive personal information.
- 📋 Generate random user profiles with detailed information
- 👤 Personal details including name, gender, birthday, physical attributes
- 📞 Contact information with address, phone, email
- 💳 Financial details with credit card information
- 💼 Professional information including occupation and company
- 🔐 Account information with username and password
- 📱 Responsive design works on all devices
- 🎨 Beautiful UI with animations using Framer Motion
|
Next.js 15 |
React 19 |
Tailwind |
Shadcn UI |
Framer Motion |
- Node.js 18.0 or higher
- pnpm (recommended) or npm
-
Clone the repository:
git clone https://github.com/dielect/random-user-info.git cd random-user-info -
Install dependencies:
pnpm install # or npm install -
Start the development server:
pnpm dev # or npm run dev -
Open http://localhost:3000 in your browser.
This project is designed to be easily deployed on Vercel:
- Fork this repository or push your code to your GitHub account
- Sign up/in on Vercel
- Create a new project and import your repository
- Vercel will automatically detect Next.js and configure the build settings
- Click "Deploy" and Vercel will handle the rest!
This project uses the Address API to generate random user information.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Your Name - dielectric.army@gmail.com
Project Link: https://github.com/dielect/random-user-info
