↥ Back to Slack Hub

Slack-app-clone-web

Slack App Clone Web

Following npm package may help in quick setup

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

image (2)

  • Header

image

  • Create Channel - Modal window

image

  • List Channel -

image

  • Channel area -

image

  • Organization Area

image

Following are the APIs provided

  • GET /organization/<organization_id>
  • POST /channel
  • GET /channel
  • GET /users
  • GET /messages/<channel_id>/<organization_id>

REST API Repository

Out of scope UI components

image image image image image