TrelloResume

Converts trello data into fast read information

MIT License

Stars
16

Trello Resume

Features

  • Generate PDF report
  • Summary of the board (Members, Checklists, Tasks completed ...)
  • Built in ReactJS
  • Google material design style.
  • 100% compatible with NextJS

How to use

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

Trello

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.

The idea behind the example

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

Any suggestions or help is welcome.

;)

Badges
Extracted from project README
Deploy to now