Skip to content

lamppu/pdf-combiner

Repository files navigation

PDF Combiner App

About

A simple app to merge PDF files together

Purpose

A fun little project to strengthen my React skills. I also threw TypeScript in the mix to learn something new

Demo

You can see the demo of the app here

Run the app

This app was built using Node v19.4.0 and Yarn v3.3.1

To run the app:

  • Clone the repository: git clone https://github.com/lamppu/pdf-combiner.git
  • Go to the project folder
  • Run yarn install
  • Run yarn start to run in the development mode