An open API service indexing awesome lists of open source software.

https://github.com/stefnotch/trello-board-view

A fancy Trello board view with lightning fast searches
https://github.com/stefnotch/trello-board-view

Last synced: 4 months ago
JSON representation

A fancy Trello board view with lightning fast searches

Awesome Lists containing this project

README

          

# Trello Board View

A fancy Trello board view with lightning fast searches. [See it in action with the FlaxEngine roadmap here](https://stefnotch.github.io/trello-board-view/?board=NQjLXRCP).

![screenshot](./screenshot.png)

## Features

- View any Trello board
- Search through card titles, descriptions and checklists
- Still works when offline, because it caches everything

### Prerequisites

- Node & NPM

### Install

```sh
npm install
```

### Usage

##### Develop

```sh
# run dev server at localhost:8080
npm run dev
```

##### Build

```sh
# transpile js for deployment
npm run build
```