This is a Messenger App, made with react with Firebase as backend.
Features include:-
- Fully Anonymous Authentication
- Sending Images
- Liking Messages
- Deleting own messages
With the power of Doge take chatting to the moon π
Here is the link to the deployed app :- https://doge-chat.netlify.app/
- Bootstrap:- CSS Framework for Styling
- Redux:- State management Library for Javscript Apps. Here used to open various auth modals, toasts and removing prop drilling
- SFCookies:- Gives react projects access to browser cookies. Here used to store UserID, Username, Password of the user in the cookie.
- Download and install Git.
- Fork the Repository.
- Clone the repository to your local machine
$ git clone https://github.com/<your-github-username>/DogeChat.git
- Change directory to DogeChat
$ cd DogeChat
- Add a reference to the original repository
$ git remote add upstream https://github.com/harshsbais/DogeChat.git
$ npm i
$ npm start
- Feel free to open an issue to report a bug or request a new feature.
- Before starting to work on an issue, comment on that issue that you want to work on this and then only start to code.
- Create a new branch with a related name of the motive i.e. bug/refactor/feature and commit your changes in that branch only.
- Send a pull request anytime :)
This app can be built on any platform. It can be Windows, linux , MacOS or any other.
Give a β if you like this web-app.