Skip to content

Typographical errors rectified. #202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ChatBox-Web App🌟

Welcome to Chatbox, your go-to platform for effortless and engaging conversations. Connect with friends, family, and new acquaintances in real-time with our user-friendly interface.Share messages in a secure and vibrant environment.Chatbox fosters seamless communication with its intuitive design and robust features. Stay connected, express yourself, and build meaningful connections with ease.(Desktop Application Comming Soon)
Welcome to Chatbox, your go-to platform for effortless and engaging conversations. Connect with friends, family, and new acquaintances in real-time with our user-friendly interface.Share messages in a secure and vibrant environment.Chatbox fosters seamless communication with its intuitive design and robust features. Stay connected, express yourself, and build meaningful connections with ease.(Desktop Application Coming Soon)

<p align="center">

Expand Down Expand Up @@ -120,7 +120,7 @@ The illustration above showcases a conversation between two separate tabs opened
- Javascript
- Redux
- MaterialUI
- TailWindCSS
- TailwindCSS

<a id="backend"> </a>

Expand All @@ -143,8 +143,10 @@ The illustration above showcases a conversation between two separate tabs opened

1. Clone the project:

- Firstly, clone the project using the command: https://github.com/SamarthKadam/ChatBox

- Firstly, clone the project using the command:
```
git clone https://github.com/SamarthKadam/ChatBox.git
```
2. Install Packages:

- Install the required packages by navigating to the backend directory: cd backend and then run npm install.
Expand Down