This project showcases a simple and modern bike store landing page. The site provides clean navigation, a responsive layout, and detailed product presentation.
🎨 Design Refrence Figma
- Responsive and modern UI
- Clean and minimal design
- Product-focused layout
- SCSS-based styling structure
- Easy to customize and extend
- HTML5 – Markup structure
- SCSS (v1.93.2) – Styling and layout
⚙️ Getting Started
Follow these instructions to run the project locally.
Make sure you have installed:
Node.js (recommended version: 16 or higher) npm (comes with Node.js)
Check versions:
node -v npm -v
Clone the repository: git clone https://github.com/your-username/layout_landing-page.git
Navigate to the project folder: cd layout_landing-page
Install dependencies (if applicable):
npm install
If you're using SCSS compilation:
npm run dev
Or manually compile SCSS:
npx sass scss:css --watch
Then open index.html in your browser.