Posts

Final-Year Project

Image
                                                             Link:        https://collagespace-mega.web.app /                                     ABSTRACT     The objective of this project is to build Chat App with React JS and Firebase in order to chat among friends, colleagues, family and teachers. Also, the motivation of this thesis project was to design and develop a Chat App. The Chat Application was implemented to be used with the help of popular frontend technology, React JS and Firebase hosting services, which offers cost free backend for the chat message and data. The study showed that Firebase backend is a powerful real-time database with high security. The whole application was built in Microsoft´s well known IDE Visual Studio Code and the command line prompts and power shell in Windows 10. All the tools showed the accuracy of the project. The thesis work was completed with the complete Chat App, meeting all the set requirement.Chat App was tested in different web browsers,

Git Cammands

 1.$git config--global user.name Shinde-Suyog 2.$git config--global user.email suyogs2001@gmail.com 3$ code .    Open vs code 4$ git init   initilize empty repo 5$git status   Check the current status 6$git add index.html.   Add the index  file 7.$git commit -m"any msg" 8 $ touch file name             create  empty file 9$ clear      Clear all terminal 10 $ git add -A       multipal files add to staging area 11$git checkout -f      If anyone earese your file do we can recover them by its cammand 12$git log      it display how many commit you do. 13git def       It show compare the working tree to staging area 14 git def--stage.  It compare tree to last working tree 15 ls   list the all files 22..ls -lart   It show the hidden folder 16 git rm--chached index .html.   It removes the file from staging area but it present in harddisk. 17 git rm    It remove the file permentaly 18git log -p-2 it show last 2 comments 19git checkout -b suyog  switching to new branch suyog 20git branc