A simple web application that generates placeholder text and images. The text generator creates readable English text (not Lorem Ipsum), and the image generator provides placeholder images with customizable dimensions.
- Generates readable English text paragraphs
- Customizable number of paragraphs (1-10)
- Each paragraph contains 4-8 randomly selected sentences
- Copy to clipboard functionality
- Generates placeholder images using picsum.photos
- Customizable width and height (100-1000px)
- Image preview
- Copy image URL functionality
- Install dependencies:
npm install
- Start development server:
npm run dev
- Build for production:
npm run build
- React
- Vite
- CSS Modules