An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# ShareMSG

![ShareMSG Logo](https://res.cloudinary.com/dejzy9q65/image/upload/v1690126461/share_wo5tfk.jpg)

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!

---