https://github.com/darkleaf/trello-clone
https://github.com/darkleaf/trello-clone
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darkleaf/trello-clone
- Owner: darkleaf
- Archived: true
- Created: 2015-12-06T14:46:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T07:11:15.000Z (about 10 years ago)
- Last Synced: 2025-03-21T15:23:41.363Z (11 months ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}
}
}
}
```