Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.28 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.28 KB

DSupMeet

This project is a social messaging app made by using react and firebase. The users can create categories of their interest and can have conversations in that particular category only. It includes the functionality of sending messages by uploading media, the functionality of starring your favorite category, the functionality of registering and signing In of a user. Users can also send direct messages to registered users. It also contains a card which will display the details and the creator of the channel.

Setting Up

  1. Clone this repository git clone https://github.com/pranjals149/DSupMeet.git OR gh repo clone pranjals149/DSupMeet

  2. Type npm install in the terminal. It will read the package.json file and install the required node_modules.

  3. To run the application, type npm start.

The application will start on port 3000. So make sure that no other application is using the port. You can view the running application by typing http://localhost:3000/.

Dependencies used

  1. emoji-mart
  2. firebase
  3. md5
  4. mime-types
  5. moment
  6. react
  7. react-avatar-edit
  8. react-color
  9. react-dom
  10. uuid
  11. semantic-ui

Working GIF