Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 663 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 663 Bytes

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.