Git Product home page Git Product logo

chat-app's Introduction

Chat-App

Welcome to Chat-App, a platform where users can connect with new friends and engage in conversations. If the desired user isn't registered, we've got you covered โ€“ invite them via email using our convenient Nodemailer integration.

Features

  • User Registration: Sign up and create your account effortlessly with Firebase Authentication.
  • Friend Discovery: Find and connect with new friends on the platform.
  • Real-time Chat: Enjoy seamless real-time conversations with your friends.
  • Nodemailer Integration: Invite friends to join the platform by sending email invitations.

Technologies Used

  • Frontend: Built with Chakra UI for a sleek and responsive design.
  • Framework: Utilized Next.js with TypeScript for efficient and scalable development.
  • Database: Firebase used for user data storage.
  • Authentication: Firebase Authentication for secure sign-ins with Google and GitHub.

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/MohammedAslam106/Chat-App.git
    
  2. Install dependencies:

    cd Chat-App
    npm install
    
  3. Set up Firebase:

    • Create a Firebase project on the Firebase Console.
    • Obtain your Firebase configuration and replace it in firebaseConfig in the relevant code file.
  4. Run the development server:

    npm run dev
    
  5. Open http://localhost:3000 in your browser.

Nodemailer Setup

To enable the email invitation feature, set up your Nodemailer configuration. Modify the nodemailerConfig object in the relevant code file with your email service provider's credentials.

```typescript

  const nodemailerConfig = {
    host: 'your-smtp-host',
    port: 587,
    secure: false,
    auth: {
      user: '[email protected]',
      pass: 'your-email-password',
    },
  };

Contributing

We welcome contributions! Feel free to open issues or pull requests to help improve Chat-App.

Happy chatting! ๐Ÿš€

chat-app's People

Contributors

mohammedaslam106 avatar

Watchers

 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.