A modern, responsive landing page built with HTML, SCSS, and JavaScript. This project showcases clean design principles, smooth animations, and mobile-first approach for creating engaging web experiences.
- HTML5
- CSS3/SCSS
- JavaScript (ES6+)
- Gulp - Build automation
- BEM methodology - CSS naming convention
- Stylelint - CSS linter
- ESLint - JavaScript linter
Follow these instructions to set up and run the project locally:
- Clone the repository:
git clone https://github.com/Korochenko/landing-page.git
cd landing-page- Install dependencies:
npm install
# or
yarn install- Run the project locally:
npm start
# or
yarn start- Fully responsive design - Optimized for desktop, tablet, and mobile devices
- Modern UI/UX - Clean and intuitive user interface
- Smooth animations - CSS transitions and animations for better user experience
- BEM methodology - Organized and maintainable CSS structure
- Cross-browser compatibility - Works seamlessly across modern browsers
- Optimized performance - Fast loading times and smooth interactions
landing-page/
├── src/
│ ├── fonts/
│ ├── images/
│ ├── scripts/
│ ├── styles/
│ └── index.html
├── .github/
│ └── workflows/
├── package.json
└── README.md