Skip to content

Latest commit

 

History

History

placeholder-generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Placeholder Generator

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.

Features

Text Generator

  • Generates readable English text paragraphs
  • Customizable number of paragraphs (1-10)
  • Each paragraph contains 4-8 randomly selected sentences
  • Copy to clipboard functionality

Image Generator

  • Generates placeholder images using picsum.photos
  • Customizable width and height (100-1000px)
  • Image preview
  • Copy image URL functionality

Development

  1. Install dependencies:
npm install
  1. Start development server:
npm run dev
  1. Build for production:
npm run build

Technologies Used

  • React
  • Vite
  • CSS Modules