https://github.com/ramsunvtech/trello-cloned-app
Trello Cloned App using HTML5, CSS3, Web Components.
https://github.com/ramsunvtech/trello-cloned-app
Last synced: over 1 year ago
JSON representation
Trello Cloned App using HTML5, CSS3, Web Components.
- Host: GitHub
- URL: https://github.com/ramsunvtech/trello-cloned-app
- Owner: ramsunvtech
- Created: 2020-04-18T06:57:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:13:14.000Z (over 3 years ago)
- Last Synced: 2025-01-24T06:12:57.258Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://ramsunvtech.github.io/trello-cloned-app/
- Size: 3.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trello-clone
## Demo
Below is the Demo App.
Rest API: https://my-json-server.typicode.com/ramsunvtech/trello-cloned-app
Demo: https://ramsunvtech.github.io/trello-cloned-app/
## API documentation
### Board Resources
`GET` /boards , /boards/boardId
`POST` /boards
`PATCH` /boards/boardId
`DELETE` /boards/boardId
### Column Resources
`GET` /columns , /columns/columnId
`POST` /columns
`PATCH` /columns/columnId
`DELETE` /columns/columnId
### Card Resources
`GET` /cards , /cards/cardId
`POST` /cards
`PATCH` /cards/cardId
`DELETE` /cards/cardId