Skip to content

doggan/habit-template-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Habit Tracker - Template Generator

License: MIT

A web app for generating printable (PDF) habit tracker templates. See live app for more details:

https://doggan.github.io/habit-template-gen/

Output

Development

  • Install.

    • npm install
  • Run the app in development mode.

    • npm start
  • Build and deploy to GitHub Pages:

    • npm run deploy

Known Issues / Potential Future Improvements

  • Improve PDF rendering (support multiple pages, fix aspect ratio bugs, etc).