A collection of responsive layout patterns built using Next.js and SCSS. This project is intended as a UI sandbox for experimenting with modern layout techniques and reusable components.
git clone https://github.com/AshDs25/Layouts.git
cd Layoutsnpm install
# or
yarn installnpm run dev
# or
yarn devOpen http://localhost:3000 in your browser to see the app.
Layouts/
├── components/ # Reusable UI components
├── pages/ # Next.js page routes
├── public/ # Static assets
├── styles/ # SCSS files
│ ├── globals.scss
│ └── layout/*.scss
├── .gitignore
├── next.config.js
├── package.json
└── README.md
- Responsive layouts with flexible structure
- Clean SCSS architecture
- Modular components for reuse
- Scalable for additional layout patterns
- Built with Next.js for fast iteration
npm/yarn run dev– Run development servernpm/yarn run build– Build for productionnpm/yarn run start– Start production server
AshDs25
📍 github.com/AshDs25