Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

R1sco/Image2PDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Image to PDF Converter

A simple React application that converts images to PDF files with customizable file naming.

Features

  • Upload image files
  • Set custom file names for the generated PDF
  • Simple and intuitive user interface
  • Clean, modern design with cool button styles

Setup and Installation

  1. Make sure you have Node.js installed (version 14 or higher recommended)
  2. Clone or download this repository
  3. Navigate to the project directory
  4. Install dependencies:
    npm install
    
  5. Start the development server:
    npm start
    
  6. Open your browser and navigate to http://localhost:3000

How to Use

  1. Click the "Choose File" button to select an image
  2. (Optional) Enter a custom name for your PDF file
  3. Click the "Convert to PDF" button
  4. The PDF will be generated and downloaded automatically

Technologies Used

  • React 18
  • jsPDF for PDF generation
  • CSS3 for styling

Note

This is my first ever deployment lmao please don't be hard

Created By

Risco

License

MIT