Giter Site home page Giter Site logo

piyushkdas0611 / chatnest Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 882 KB

ChatNest is a React and Firebase-powered real-time chat application. Users can create channels and enjoy seamless, responsive chatting. Firebase handles authentication, real-time updates, and hosting, making ChatNest a reliable solution for modern chat apps.

Home Page: https://chat-nest-snowy.vercel.app

License: MIT License

HTML 2.78% CSS 2.93% JavaScript 94.30%

chatnest's Introduction

ChatNest - React Firebase Chat Application

ChatNest is a real-time chat application built using React and Firebase, allowing users to create channels and chat with their friends seamlessly. This project leverages the power of Firebase for authentication, real-time database, and hosting, providing a reliable and scalable solution for modern chat applications.

Getting Started

Follow these instructions to set up and run ChatNest on your local machine.

Prerequisites

  • Node.js: Make sure you have Node.js installed on your machine. You can download it here.

Installation

  1. Clone the repository:

    git clone https://github.com/piyushkdas0611/chatnest.git
  2. Change to the project directory:

    cd chatnest
  3. Install dependencies using npm:

    npm install

Firebase Configuration

  1. Create a new Firebase project at Firebase Console.

  2. In your Firebase project, go to Project settings and add a new web app.

  3. Copy the Firebase configuration object.

  4. Create a file named .env.local in the project root and add your Firebase configuration:

     REACT_APP_API_KEY=
     REACT_APP_AUTH_DOMAIN=
     REACT_APP_PROJECT_ID=
     REACT_APP_STORAGE_BUCKET=
     REACT_APP_MESSAGING_SENDER_ID=
     REACT_APP_APP_ID=
     REACT_APP_MEASUREMENT_ID=

    Replace the values with your actual Firebase project configuration.

Run the Application

Run the following command to start the development server:

npm start

The application will be accessible at http://localhost:3000 in your web browser.

Features

  • Channel Creation: Users can create channels to organize conversations.
  • Real-Time Chat: Messages are updated in real-time, providing a seamless chatting experience.
  • Firebase Authentication: Secure authentication powered by Firebase Authentication.
  • Responsive Design: The application is designed to work seamlessly on various devices and screen sizes.

Contributing

Feel free to contribute to the project by opening issues or creating pull requests. Your feedback and contributions are highly appreciated.

License

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


Happy chatting with ChatNest! ๐Ÿš€

chatnest's People

Contributors

piyushkdas0611 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.