This project is a responsive landing page built based on the Nothing design mockup from Figma. It demonstrates modern layout techniques, responsive structure, and best practices in frontend development.
- HTML5
- SCSS (Sass)
- CSS3 (Flexbox & Grid)
- BEM Methodology
- JavaScript
- Git & GitHub Pages
- Parcel
To run this project locally, follow these steps:
# Clone the repository
git clone https://github.com/Br0No/landing-page.git
# Navigate to the project folder
cd landing-page
# Install dependencies
npm install
npm start
The project will open in your browser at http://localhost:3000
npm run build