/trello-board-management

Web interface to perform light management of a Trello Board.

Primary LanguageTypeScript

Trello Board Management

Lightweight web application built with React, TypeScript and Trello's client.js library.

Installation

Clone the repository to your local machine and run npm install to install the dependencies.

Usage

  1. Set up the following environment variables in your local machine:

    • REACT_APP_TRELLO_API_KEY: Trello API key
    • REACT_APP_TRELLO_BOARD_ID: Your Trello board ID
  2. Run npm start to start the application.