A web app for generating printable (PDF) habit tracker templates. See live app for more details:
https://doggan.github.io/habit-template-gen/
-
Install.
npm install
-
Run the app in development mode.
npm start
-
Build and deploy to GitHub Pages:
npm run deploy
- Improve PDF rendering (support multiple pages, fix aspect ratio bugs, etc).