Skip to content

juliandavidmr/TrelloResume

Repository files navigation

Deploy to now

Trello Resume

alt text

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.

;)

Releases

No releases published

Packages

No packages published