This project was an assignment for the "Hand Held: Creative Tools for Phones" course at ITP.
The assignment was to build an application designed for drawing a specific thing on some sort of background texture / image.
I decided to create a simple PDF annotation application that allows the user to upload, edit, and download a PDF document.
Here's the Live Demo on Glitch.
- You need to have Python installed on your computer
- Run the following commands in the Terminal
git clone https://github.com/cuinjune/simple-pdf-annotator.git
cd simple-pdf-annotator
python -m http.server 8080
- Open your web browser and navigate to http://localhost:8080