Skip to content

A chat web-app build in ReactJS with firebase for day-to-day conversations. Supports image sharing and instant messaging and deployed on netlify.

Notifications You must be signed in to change notification settings

MrTejas/chatter-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chit-Chat

Chit-Chat is a real-time chat application built using React and Firebase. It allows users to create accounts, find friends by username, and chat with them seamlessly. Users can send text messages and images to their friends, making communication easy and fun.

Features

  • User authentication: Users can create accounts and log in securely using Firebase authentication.
  • Friend search: Users can find friends by their username and add them to their friends list.
  • Real-time chat: Chat messages are delivered instantly using Firebase real-time database, providing a smooth chatting experience.
  • Image sharing: Users can send images to their friends within the chat interface.

Technologies Used

  • React: Frontend development
  • Firebase: Backend services including database, storage, and authentication
  • Netlify: Deployment platform

To visit the app-website

Visit https://chatter-box-application.netlify.app

To build this app

To run the app locally, follow these steps:

  1. Clone the repository:

git clone https://github.com/MrTejas/chatter-box.git

  1. Install dependencies:

cd chit-chat
npm install

  1. Set up Firebase:

    • Create a Firebase project and obtain your Firebase configuration.
    • Add the Firebase configuration to the .env file in the project root.
  2. Run the app:

npmstart

  1. Open http://localhost:3000 to view it in the browser.

Deployment

The app is deployed on Netlify and can be accessed at https://chatter-box-application.netlify.app.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A chat web-app build in ReactJS with firebase for day-to-day conversations. Supports image sharing and instant messaging and deployed on netlify.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published