Skip to content

Saksham294/pdf-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Generator

Create your pdfs in minutes by simply entering the number of pages and details about your desired PDF.

Features

  • Dall E and GPT used for image and text creation
  • Generate a custom PDF by entering your desired specifications
  • Currently supports 5 types of layout for each page
  • Reduced time to create PDFs

Demo Video

pdfcreatorvideo.mp4

Installation

Clone the repository

git clone https://github.com/Saksham294/pdf-creator.git

Navigate to pdf-creator folder

cd pdf-creator

Install all dependencies

npm i

Create a .env file to store the url for backend

REACT_APP_URL="BACKEND URL HERE"

To run the client enter

npm start