Slack-app-clone-web
Slack App Clone Web
npm
package may help in quick setup
Following
npx @fe-chef/component -f react/definitions.txt -l react/src -s css
Create React Custom hook services from Postman collection.
npx @fe-chef/services -f
Slack-Clone-Api.postman_collection.json
Approach
Web First approach
Roadmap
- Desktop
- Mobile
Slack app scope items
- Slack app
- Header
- Create Channel -
Modal window
- List Channel -
- Channel area -
- Organization Area
Following are the APIs provided
- GET /organization/<organization_id>
- POST /channel
- GET /channel
- GET /users
- GET /messages/<channel_id>/<organization_id>