Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.38 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.38 KB
A ReactJS web application that allows users to communicate to another user or a group.
  • Utilized Axios to implement an async function so users can create a channel, add members, send, and receive direct messages.
  • Built a search bar using Array filter and Array map method so users can search for channels and channel members.
  • Displayed avatars beside channel and user’s name by utilizing DiceBear avatar library.
  • Designed a loader that matches the Slack App using CSS animations.
  • Implemented dynamic routing using React Router DOM.

Home Page

Log In Page

Slackbot

Channel Page

Direct Message Page

Create New Message Page

Channel Details Page

Sources: