About the project   |   Technologies   |   Getting started   |   How to contribute   |   License
-
Basically it is a diary based chatting application where you can talk to yourself or write about what you feel using some random names. This project is solely made to learn a new technology of sockets and implement it. Do share your suggestions to improve it.
- SocketIO
- ReactJs
- Javascript
- CSS
- HTML
-Just clone the project start the server and enjoy -Quick Demo at https://rocky-coast-52940.herokuapp.com/
- Null
Clone the project and access the folder
$ git clone https://github.com/Snehil-Mittal/FabDiary.git
$ cd FabDiary
Follow the steps below
npm i
npm start
Follow the steps below
# Clone your fork
$ git clone your-fork-url && cd NOME_DO_REPO
# Create a branch with your feature
$ git checkout -b my-feature
# Make the commit with your changes
$ git commit -m 'feat: My new feature'
# Send the code to your remote branch
$ git push origin my-feature
After your pull request is merged, you can delete your branch