Skip to content

an-marryKyslenko/MET

Repository files navigation

THE MET

The MET showcases skills in HTML and CSS. The site was developed using the BEM methodology, which is based on the idea of breaking the user interface into independent and reusable components. To simplify the syntax and improve code structure, the Sass preprocessor was used. There are also examples of anumation and extensive use of the Grid.

Technology

  • HTML
  • CSS(SASS)
  • BEM
  • Grid

LINK TO DESIGN

MET landing

LINK TO PREVIEW

MET preview

Project Setup Instructions

Prerequisites

Ensure you have the following installed:

  • Node.js: Version 20.17.0

Steps to Run the Project Locally

  1. Clone the Repository

    Open your terminal and execute the following command:

    git clone <repository-url>

    Replace <repository-url> with the actual URL of the repository.

  2. Navigate to the Project Directory

    cd <project-directory>

    Replace <project-directory> with the name of the cloned repository folder.

  3. Install Dependencies

    Use the following command to install all required packages:

    npm install
  4. Start the Development Server

    Run the project with the following command:

    npm start
  5. Access the Application

    Once the server is running, open your browser and navigate to:

    http://localhost:8080/
    

END

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors