https://github.com/doggan/habit-template-gen
A habit tracker template generator.
https://github.com/doggan/habit-template-gen
habit-tracking pdf template
Last synced: 7 days ago
JSON representation
A habit tracker template generator.
- Host: GitHub
- URL: https://github.com/doggan/habit-template-gen
- Owner: doggan
- License: mit
- Created: 2021-01-02T05:10:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T00:02:16.000Z (about 2 years ago)
- Last Synced: 2025-04-03T08:51:24.792Z (7 months ago)
- Topics: habit-tracking, pdf, template
- Language: JavaScript
- Homepage: https://doggan.github.io/habit-template-gen/
- Size: 3.93 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Habit Tracker - Template Generator
[](https://opensource.org/licenses/MIT)
A web app for generating printable (PDF) habit tracker templates. See live app for more details:
https://doggan.github.io/habit-template-gen/

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