A simple app to merge PDF files together
A fun little project to strengthen my React skills. I also threw TypeScript in the mix to learn something new
You can see the demo of the app here
This app was built using Node v19.4.0 and Yarn v3.3.1
- 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