DhairyaBahl / React-Messenger-App

A React powered Messenger App
https://mui-message.firebaseapp.com
MIT License
29 stars 79 forks source link

Decription of the icons in input field while hovering #764

Open Divyanshj opened 3 years ago

Divyanshj commented 3 years ago

For a first time user of the site there should be a description of what the icon does when we click on it . The description should appear while hovering on the icon. I myself got confused about what will happen if i click on this icon . so, I think the description will be of great help :-)

Divyanshj commented 3 years ago

@abhijeet007rocks8 How can I run this project on my local environment using node and express to make sure the changes are correct. Please guide. There is no app.get() method in the server.js file.

abhijeet007rocks8 commented 3 years ago

I'll need to go through the complete project once I'll get back to you after 5th after finalising the GSSOC'21 merges and points distribution

Divyanshj commented 3 years ago

@abhijeet007rocks8 Are you free now ?

abhijeet007rocks8 commented 3 years ago

@Divyanshj I'm free now how may I help you I don't think there is a server in this project It uses firebase db to store and fetch messages

Divyanshj commented 3 years ago

@abhijeet007rocks8 Can you help me in running this project on my local machina. I am new to open source, please guide !

abhijeet007rocks8 commented 3 years ago

@Divyanshj firstly install node and npm 2nd clone the repo to you local 3rd from terminal navigate to repo folder 4th use command npm install 5th use command npm start