Skip to content

Yassinbesbes/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Title: HTML-CSS Chat Message Interface

Description: This project provides a simple HTML and CSS implementation of a chat message interface. It's designed to offer a clean and minimalist layout for displaying chat messages in web applications.

How to Install and Run the Project

  1. Clone the Repository:

    Visit the GitHub repository of the project using a web browser.

  2. Find the Clone URL:

    Click on the green "Code" button located on the repository page. Copy the provided HTTPS or SSH URL. This is the clone URL of your repository.

  3. Open Visual Studio Code:

    Open Visual Studio Code on your computer.

  4. Open Terminal in Visual Studio Code:

    Inside Visual Studio Code, open the integrated terminal by selecting View > Terminal from the top menu or by pressing Ctrl + `.

  5. Navigate to Directory:

    Use the cd command to navigate to the directory where you want to clone the project. For example:

    cd path/to/directory
  6. Clone the Repository:

    Use the git clone command followed by the URL you copied earlier to clone the repository. For example:

    git clone <repository-url>

    Replace <repository-url> with the URL you copied from GitHub.

  7. Open Cloned Project in Visual Studio Code:

    Once the cloning process is complete, you can open the cloned project in Visual Studio Code by selecting File > Open Folder from the top menu and navigating to the directory where you cloned the project.

  8. Run the Project:

    Open the index.html file in your preferred web browser to view the chat message interface.

This project is based on the "Make Your Own App" course available on edX. It incorporates the foundational knowledge and skills learned from the course to create a practical web application.