https://github.com/timurgain/mesto-javascript
Vanilla JavaScript frontend / beautiful places you may travel
https://github.com/timurgain/mesto-javascript
api css html javascript webpack
Last synced: 3 months ago
JSON representation
Vanilla JavaScript frontend / beautiful places you may travel
- Host: GitHub
- URL: https://github.com/timurgain/mesto-javascript
- Owner: timurgain
- Created: 2022-10-15T19:01:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T16:44:08.000Z (over 3 years ago)
- Last Synced: 2025-01-21T03:10:02.601Z (over 1 year ago)
- Topics: api, css, html, javascript, webpack
- Language: JavaScript
- Homepage: https://timurgain.github.io/mesto/
- Size: 1.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mesto web page
## Description
The project gives practice in HTML, CSS, JS and talks in pictures about beautiful places you may travel.
[Link on the GitHub Pages](https://timurgain.github.io/mesto/)
## Technologies
- JavaScript and OOP;
- HTML5 and semantic tags;
- CSS3 and grid layout, flexbox, adaptive, @media, @font-face;
- Block Element Modifier methodology,
- Webpack module bundler.
## Installation and launch with npm and webpack
Check if Node.js and npm are installed
```
node --version
```
Clone repository and navigate to folder on command line:
```
git clone ...
```
```
cd mesto
```
```
npm run dev
```