A simple canvas to draw and download the file as PDF, developed using Node.js, Express.js and React.
The app is deployed at https://canvas1811.herokuapp.com/
To run locally, execute the following commands
git clone https://github.com/spectre900/Canvas.git
cd Canvas
cd client
npm install
npm run build
cd ..
npm install
node server