Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 600 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 600 Bytes

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).