A modern web application for generating dummy lead data for testing purposes. Built with React, TypeScript, and Tailwind CSS.
- 🎯 Generate random lead data with realistic information
- 📊 Customizable number of leads to generate
- 📥 Download leads as CSV file
- 🎨 Modern, responsive UI with elegant design
- ⚡ Built with React and TypeScript for type safety
- 🎭 Uses Faker.js for realistic data generation
Each generated lead includes:
- First Name
- Last Name
- Phone (US format)
- LinkedIn URL
- Photo URL
- Job Title
- Company Name
- Company Domain
- City
- State
- Country
- React 18
- TypeScript
- Vite
- Tailwind CSS
- Faker.js
- Lucide Icons
- Node.js 16.x or later
- npm or yarn
- Clone the repository:
git clone https://github.com/MrFullStackDev/Random_lead_generator.git
cd Random_lead_generator- Install dependencies:
npm install
# or
yarn install- Start the development server:
npm run dev
# or
yarn dev- Open http://localhost:5173 in your browser
- Enter the number of leads you want to generate
- Click "Generate Leads" to create random lead data
- Review the generated data in the table
- Click "Download CSV" to save the data as a CSV file
npm run build
# or
yarn buildMIT License - feel free to use this project for your testing needs!
Rahul Kumar
Made with ❤️ for testing purposes