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

https://github.com/darkleaf/trello-clone


https://github.com/darkleaf/trello-clone

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

* npm run dev
* go to http://localhost:3000

https://github.com/rstacruz/rscss

```js
{
sections: [sectionId],
sectionsByCards: {
cardId: sectionId
},
entities: {
sections: {
id: {
id,
heading,
cards: [cardId]
}
},
cards: {
id: {
id,
heading,
description
}
}
}
}
```