Created Layout & Responsive Header Component

This commit is contained in:
aftabrehan
2024-02-01 20:28:42 +05:00
parent 9ac97c7f9a
commit bc7cad7e3b
21 changed files with 413 additions and 30 deletions

View File

@@ -6,20 +6,22 @@ Built using Next.js and Tailwind CSS.
1. Clone the repository:
```
```bash
git clone https://github.com/aftabrehan/zin-tools.git
# or
gh repo clone aftabrehan/zin-tools
```
2. Install the required dependencies:
```bash
npm
npm install
# or
yarn
yarn install
# or
pnpm
pnpm install
# or
bun
bun install
```
3. Run the development server:
@@ -36,7 +38,5 @@ bun dev
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
> [!NOTE]
> This project is created solely for test/portfolio purposes, and you are free to use it as you see fit.