Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qobulovasror/simple-chat-app-without-backend
Simple chat app using react and firebase
https://github.com/qobulovasror/simple-chat-app-without-backend
firebase react
Last synced: 7 days ago
JSON representation
Simple chat app using react and firebase
- Host: GitHub
- URL: https://github.com/qobulovasror/simple-chat-app-without-backend
- Owner: qobulovasror
- Created: 2023-04-05T12:34:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-23T08:49:12.000Z (7 months ago)
- Last Synced: 2024-04-23T13:14:09.999Z (7 months ago)
- Topics: firebase, react
- Language: JavaScript
- Homepage: https://qobulov-dev-simple-chat-app.netlify.app/
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple Chat Application
A CLI program that generates README files for projects
Key Features •
Technologies Used •
Getting Started •
License •
Conclusion •
![image](https://github.com/qobulovasror/simple-chat-app-without-backend/assets/71517683/468fc7ee-b894-4cfa-a7b5-f91528f48ec9)
## About 📖
Command line (CLI) program that generates a readme file for your project. The readme file contains instructions for your project. The program is built using NodeJs. You install it globally on your computer and run it at the location of your project. It will then create a Readme file
## Key Features ✨
---
- Chating someone
- Create chat
- Edit and delete old messege## Technologies Used 🤖
---
- **React**
- **Firebase**
- **npm** or **yarn**## Getting Started 👨🏻💻
---
You can run the program via npm or by downloading this repository### Prerequisites
Before you begin, ensure you have met the following requirements:
- **React**
- **Firebase**
- **npm** or **yarn**
### Installation and Configuration 🎯Follow these steps to get the project up and running on your local machine:
1. **Clone the repository:**
```bash
git clone https://github.com/qobulovasror/simple-chat-app-without-backend.git
```
2. Navigate to the project directory:```bash
cd "simple-chat-app-without-backend"
```
3. **Install dependencies**
```bash
npm i
```
4. **Run app**
```bash
npm start
```
## License 🧾This project is licensed under the [MIT License](LICENSE)
You are free to:
- Use the code for personal or commercial purposes.
- Modify, distribute, and sublicense the code.Under the following conditions:
- You must include the original copyright notice in all copies or substantial portions of the software.
This project is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software
## Conclusion 🔚
Congratulations! You've reached the end of the README file for our project 😊. We hope this documentation has provided you with all the necessary information to understand, install, and contribute to the project effectively.
If you have any questions, feedback, or suggestions, please don't hesitate to reach out to us. Your input is valuable and helps us improve the project for everyone.
Thank you for your interest and support in our project. Happy coding! 🎉