https://github.com/amitjimiwal/sharemsg
Share Messages directly in a community
https://github.com/amitjimiwal/sharemsg
css firebase firebase-auth firestore-database javascript reactjs
Last synced: about 2 months ago
JSON representation
Share Messages directly in a community
- Host: GitHub
- URL: https://github.com/amitjimiwal/sharemsg
- Owner: amitjimiwal
- Created: 2023-04-17T12:32:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T11:43:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T08:34:16.498Z (3 months ago)
- Topics: css, firebase, firebase-auth, firestore-database, javascript, reactjs
- Language: JavaScript
- Homepage: https://share-msg-og.vercel.app
- Size: 374 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShareMSG

ShareMSG is a simple and lightweight web application that allows users to share text messages quickly in community . It's built with ease of use and privacy in mind and uses `Firebase Auth and Database`
## Installation
To run ShareMSG locally or contribute to its development, follow these steps:
1. Clone the repository to your local machine:
```bash
git clone https://github.com/amitjimiwal/ShareMSG.git
```2. Change into the project directory:
```bash
cd ShareMSG
```3. Install the required dependencies:
```bash
npm install
```4. Start the development server:
```bash
npm start
```5. Open your web browser and navigate to http://localhost:3000 to access ShareMSG.
### Contributing
Contributions to this project are welcome. If you find any bugs or have suggestions for improvements, feel free to open an issue or create a pull request.
1. Fork the repository from the GitHub page: [https://github.com/amitjimiwal/SHAREMSG](https://github.com/amitjimiwal/SHAREMSG)
2. Clone your forked repository to your local machine.
3. Create a new branch for your feature or bug fix:
```bash
git checkout -b feature/your-feature-name
```4. Make your changes and commit them with descriptive commit messages:
```bash
git commit -m "Add new feature" -m "Description of the changes."
```5. Push the changes to your forked repository:
```bash
git push origin feature/your-feature-name
```6. Create a pull request on the original repository, explaining the changes you made and their benefits.
We appreciate your contributions, and together, we can make this Project even better!
## License
ShareMSG is an open-source project licensed under the [MIT License](LICENSE). You can use, modify, and distribute the code under the terms of this license.
## Contact
If you have any questions, suggestions, or feedback, you can reach out to the project maintainers:
- Amit Jimiwal - [GitHub](https://github.com/amitjimiwal)
We appreciate your interest and support for ShareMSG!
---