muhtalhakhan / Hacktoberfest2024

Star this repo & Welcome to Hacktoberfest 2024! This repository offers a variety of projects that encourage open-source contributions. Here, you’ll find specific applications to build upon, making it easier to get involved and start contributing!
GNU General Public License v3.0
6 stars 28 forks source link

Created a Basic Chat Interface with HTML and CSS #14 #69

Closed MVENKATESH786 closed 1 month ago

MVENKATESH786 commented 1 month ago

This pull request implements the structure for the basic chat interface, which is composed of HTML and CSS. The interface comprises the basic components of a chat box, text area, and submit button. Its design and layout are kept minimal and are easy to navigate, thus providing a starting point for more features.

Features:

Chat Container – It shows the chat messages.

Input Field – Where the users will compose the messages.

Send Button – It posts the user messages.

Issue Reference:

Solves #14

Additional Notes:

Some basic styles have been implemented to enhance user experience.

This is the basic configuration and additional functionality or features can be included in subsequent updates.