Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 557 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 557 Bytes

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