Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shashvat07/pulse
Pulse Chat App: Real-time messaging with React and Firebase. Secure, seamless, and deployed on Firebase for easy access
https://github.com/shashvat07/pulse
css firebase firebase-auth firebase-database firebase-hosting firebase-storage javascript material-ui react react-hot-toast vite
Last synced: about 16 hours ago
JSON representation
Pulse Chat App: Real-time messaging with React and Firebase. Secure, seamless, and deployed on Firebase for easy access
- Host: GitHub
- URL: https://github.com/shashvat07/pulse
- Owner: shaShvat07
- Created: 2023-10-02T06:32:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-16T09:52:15.000Z (9 months ago)
- Last Synced: 2024-11-08T10:06:17.094Z (about 2 months ago)
- Topics: css, firebase, firebase-auth, firebase-database, firebase-hosting, firebase-storage, javascript, material-ui, react, react-hot-toast, vite
- Language: JavaScript
- Homepage: https://pulse-50fce.web.app/login
- Size: 4.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pulse Chat App
Pulse Chat App is a real-time messaging application built using React.js, designed to facilitate private conversations between friends. Leveraging Firebase Authentication for secure user sign-up/sign-in, Firebase Realtime Database for synchronized chat updates, and Firebase Storage for image sharing, Pulse Chat App ensures a seamless and secure messaging experience.
## Features
- **Secure User Authentication:** Utilize Firebase Authentication for secure user sign-up and sign-in.
- **Real-Time Messaging:** Experience real-time synchronization of chat updates using Firebase Realtime Database.
- **Image Sharing:** Share images seamlessly with friends through Firebase Storage integration.
- **Instant Notifications:** Display instant notifications on new messages and friend requests using React-Toast.
- **Smooth Deployment:** Achieve smooth deployment on Firebase for hassle-free accessibility.## Installation
1. **Fork Repository:** Fork the repository to your GitHub account for making changes and contributions.
2. **Install Dependencies:** Ensure you have Node.js installed. Use the following command to install dependencies:``` bash
npm install
```## Usage
To run the project locally, execute the following command:
``` bash
npm run dev
```## Development
To start the development server, use Vite. You can access the application at [http://localhost:5173](http://localhost:5173).
## Deployment
The application is deployed on Firebase for seamless accessibility. You can access it [here](https://pulse-50fce.web.app/login).
## Contributing
Contributions are welcome! Feel free to submit bug reports, feature requests, or pull requests to help improve the Pulse Chat App.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.