- Generate PDF report
- Summary of the board (Members, Checklists, Tasks completed ...)
- Built in ReactJS
- Google material design style.
- 100% compatible with NextJS
Download the repo
git clone https://github.com/juliandavidmr/TrelloResume.git
cd TrelloResume
Install it and run:
npm install
npm run dev
Deploy it to the cloud with now (download)
now
Enter your trello board, then enter the Show menu
context menu and export your board in the More > Export and print > Export to JSON
option, a file will be downloaded containing all the information on your board, this file is used by TrelloResume for Process the data.
Do not worry about security of information, TrelloResume does not store anything as it works on the client side.
This example features how you use material-ui (Material components that implement Google's Material Design) with Next.js. You can also see more details about obtaining the data in Trello
;)