https://github.com/ayyesu/chat-zoo
Web-based chatapp - Connect with individuals on the web
https://github.com/ayyesu/chat-zoo
context-api expressjs react socket-io
Last synced: about 2 months ago
JSON representation
Web-based chatapp - Connect with individuals on the web
- Host: GitHub
- URL: https://github.com/ayyesu/chat-zoo
- Owner: ayyesu
- Created: 2023-03-21T10:43:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T18:06:03.000Z (over 1 year ago)
- Last Synced: 2025-01-19T12:13:16.368Z (3 months ago)
- Topics: context-api, expressjs, react, socket-io
- Language: JavaScript
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CHAT-ZOO
Welcome to CHAT-ZOO! This is a simple chat application built with Express for the backend and React for the frontend. You can use this app to chat with friends and family in real-time.## Features
- [x] Sending and receving messages
- [x] Sending emojies
- [x] Register a user
- [x] Login a user
- [x] Logout a user
- [x] Display logged in user
- [ ] Send and receive images and videos
- [ ] New message notification
- [ ] Deleting a message from both users
- [ ] Upload and Display user profile photo## Getting Started
To get started with CHAT-ZOO, you'll need to clone this repository to your local machine. You can do this by running the following command in your terminal:
`git clone https://github.com/ayyesu/CHAT-ZOO.git
`Once you've cloned the repository, navigate to the project directory with `cd CHAT-ZOO` and install the dependencies by running the following commands:
`npm install`
## Starting the App
To start the app, run the following command:
`npm start`This will start both the backend and frontend servers. You can access the app by visiting `http://localhost:5000` in your web browser.
## Contributing
If you'd like to contribute to CHAT-ZOO, feel free to submit a pull request. We welcome any and all contributions!