An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Habit Tracker - Template Generator

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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/

![Output](output.png)

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