Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REALTIME-CHATTING-APPLICATION-MERN

HTTP error 401 for prompt `slogan`

license last-commit repo-top-language repo-language-count

Developed with the software and tools below.

JavaScript HTML5 PostCSS Autoprefixer Nodemon Vite
React ESLint Socket.io Express JSON


Quick Links


Overview

Real Time Chat Application


Live Link

https://realtime-chatting-application-mern.onrender.com/


Repository Structure

└── RealTime-Chatting-Application-MERN/
    ├── LICENSE
    ├── README.md
    ├── backend
    │   ├── controllers
    │   │   ├── auth.controller.js
    │   │   ├── message.controller.js
    │   │   └── user.controller.js
    │   ├── db
    │   │   └── connectToMongoDB.js
    │   ├── middleware
    │   │   └── protectRoute.js
    │   ├── models
    │   │   ├── conversation.model.js
    │   │   ├── message.model.js
    │   │   └── user.model.js
    │   ├── routes
    │   │   ├── auth.routes.js
    │   │   ├── message.routes.js
    │   │   └── user.routes.js
    │   ├── server.js
    │   ├── socket
    │   │   └── socket.js
    │   └── utils
    │       └── generateToken.js
    ├── frontend
    │   ├── .eslintrc.cjs
    │   ├── README.md
    │   ├── index.html
    │   ├── package-lock.json
    │   ├── package.json
    │   ├── postcss.config.js
    │   ├── public
    │   │   ├── bg.jpg
    │   │   ├── testBack.png
    │   │   └── vite.svg
    │   ├── src
    │   │   ├── App.css
    │   │   ├── App.jsx
    │   │   ├── assets
    │   │   │   ├── react.svg
    │   │   │   └── sounds
    │   │   │       └── notification.mp3
    │   │   ├── components
    │   │   │   ├── messages
    │   │   │   │   ├── Message.jsx
    │   │   │   │   ├── MessageContainer.jsx
    │   │   │   │   ├── MessageInput.jsx
    │   │   │   │   └── Messages.jsx
    │   │   │   ├── sidebar
    │   │   │   │   ├── Conversation.jsx
    │   │   │   │   ├── Conversations.jsx
    │   │   │   │   ├── LogoutButton.jsx
    │   │   │   │   ├── SearchInput.jsx
    │   │   │   │   └── Sidebar.jsx
    │   │   │   └── skeletons
    │   │   │       └── MessageSkeleton.jsx
    │   │   ├── context
    │   │   │   ├── AuthContext.jsx
    │   │   │   └── SocketContext.jsx
    │   │   ├── hooks
    │   │   │   ├── useGetConversations.js
    │   │   │   ├── useGetMessages.js
    │   │   │   ├── useListenMessages.js
    │   │   │   ├── useLogin.js
    │   │   │   ├── useLogout.js
    │   │   │   ├── useSendMessage.js
    │   │   │   └── useSignup.js
    │   │   ├── index.css
    │   │   ├── main.jsx
    │   │   ├── pages
    │   │   │   ├── home
    │   │   │   │   └── Home.jsx
    │   │   │   ├── login
    │   │   │   │   └── Login.jsx
    │   │   │   └── signup
    │   │   │       ├── GenderCheckbox.jsx
    │   │   │       └── SignUp.jsx
    │   │   ├── utils
    │   │   │   ├── emojis.js
    │   │   │   └── extractTime.js
    │   │   └── zustand
    │   │       └── useConversation.js
    │   ├── tailwind.config.js
    │   └── vite.config.js
    ├── package-lock.json
    └── package.json

Getting Started

Installation

  1. Clone the RealTime-Chatting-Application-MERN repository:
git clone https://github.com/adityaRaj369/RealTime-Chatting-Application-MERN
  1. Change to the project directory:
cd RealTime-Chatting-Application-MERN
  1. Install the dependencies:
npm install

Running RealTime-Chatting-Application-MERN

Use the following command to run RealTime-Chatting-Application-MERN:

npm run build

---

##  Contributing

Contributions are welcome! Here are several ways you can contribute:

- **[Submit Pull Requests](https://github.com/adityaRaj369/RealTime-Chatting-Application-MERN/blob/main/CONTRIBUTING.md)**: Review open PRs, and submit your own PRs.
- **[Join the Discussions](https://github.com/adityaRaj369/RealTime-Chatting-Application-MERN/discussions)**: Share your insights, provide feedback, or ask questions.
- **[Report Issues](https://github.com/adityaRaj369/RealTime-Chatting-Application-MERN/issues)**: Submit bugs found or log feature requests for Realtime-chatting-application-mern.

<details closed>
    <summary>Contributing Guidelines</summary>

1. **Fork the Repository**: Start by forking the project repository to your GitHub account.
2. **Clone Locally**: Clone the forked repository to your local machine using a Git client.
   ```sh
   git clone https://github.com/adityaRaj369/RealTime-Chatting-Application-MERN
  1. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  2. Make Your Changes: Develop and test your changes locally.
  3. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  4. Push to GitHub: Push the changes to your forked repository.
    git push origin new-feature-x
  5. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.

Once your PR is reviewed and approved, it will be merged into the main branch.


License

This project is protected under the MIT License. For more details, refer to the MIT file.


About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages