Skip to content

Commit

Permalink
build: ugly yt-fe
Browse files Browse the repository at this point in the history
  • Loading branch information
kunal232i committed Jan 10, 2024
1 parent 38a7e76 commit 7b31a8d
Show file tree
Hide file tree
Showing 11 changed files with 178 additions and 4,873 deletions.
4,757 changes: 0 additions & 4,757 deletions package-lock.json

This file was deleted.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.0.4"
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "14.0.4"
"typescript": "^5"
}
}
}
Binary file added public/channel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/youtube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
114 changes: 6 additions & 108 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,113 +1,11 @@
import Image from 'next/image'
import { AppBar } from '@/components/AppBar';
import {VGrid} from '@components/VGrid';

export default function Home() {
return (
<main className="flex min-h-screen flex-col items-center justify-between p-24">
<div className="z-10 max-w-5xl w-full items-center justify-between font-mono text-sm lg:flex">
<p className="fixed left-0 top-0 flex w-full justify-center border-b border-gray-300 bg-gradient-to-b from-zinc-200 pb-6 pt-8 backdrop-blur-2xl dark:border-neutral-800 dark:bg-zinc-800/30 dark:from-inherit lg:static lg:w-auto lg:rounded-xl lg:border lg:bg-gray-200 lg:p-4 lg:dark:bg-zinc-800/30">
Get started by editing&nbsp;
<code className="font-mono font-bold">src/app/page.tsx</code>
</p>
<div className="fixed bottom-0 left-0 flex h-48 w-full items-end justify-center bg-gradient-to-t from-white via-white dark:from-black dark:via-black lg:static lg:h-auto lg:w-auto lg:bg-none">
<a
className="pointer-events-none flex place-items-center gap-2 p-8 lg:pointer-events-auto lg:p-0"
href="https://vercel.com?utm_source=create-next-app&utm_medium=appdir-template&utm_campaign=create-next-app"
target="_blank"
rel="noopener noreferrer"
>
By{' '}
<Image
src="/vercel.svg"
alt="Vercel Logo"
className="dark:invert"
width={100}
height={24}
priority
/>
</a>
</div>
</div>

<div className="relative flex place-items-center before:absolute before:h-[300px] before:w-[480px] before:-translate-x-1/2 before:rounded-full before:bg-gradient-radial before:from-white before:to-transparent before:blur-2xl before:content-[''] after:absolute after:-z-20 after:h-[180px] after:w-[240px] after:translate-x-1/3 after:bg-gradient-conic after:from-sky-200 after:via-blue-200 after:blur-2xl after:content-[''] before:dark:bg-gradient-to-br before:dark:from-transparent before:dark:to-blue-700 before:dark:opacity-10 after:dark:from-sky-900 after:dark:via-[#0141ff] after:dark:opacity-40 before:lg:h-[360px] z-[-1]">
<Image
className="relative dark:drop-shadow-[0_0_0.3rem_#ffffff70] dark:invert"
src="/next.svg"
alt="Next.js Logo"
width={180}
height={37}
priority
/>
</div>

<div className="mb-32 grid text-center lg:max-w-5xl lg:w-full lg:mb-0 lg:grid-cols-4 lg:text-left">
<a
href="https://nextjs.org/docs?utm_source=create-next-app&utm_medium=appdir-template&utm_campaign=create-next-app"
className="group rounded-lg border border-transparent px-5 py-4 transition-colors hover:border-gray-300 hover:bg-gray-100 hover:dark:border-neutral-700 hover:dark:bg-neutral-800/30"
target="_blank"
rel="noopener noreferrer"
>
<h2 className={`mb-3 text-2xl font-semibold`}>
Docs{' '}
<span className="inline-block transition-transform group-hover:translate-x-1 motion-reduce:transform-none">
-&gt;
</span>
</h2>
<p className={`m-0 max-w-[30ch] text-sm opacity-50`}>
Find in-depth information about Next.js features and API.
</p>
</a>

<a
href="https://nextjs.org/learn?utm_source=create-next-app&utm_medium=appdir-template-tw&utm_campaign=create-next-app"
className="group rounded-lg border border-transparent px-5 py-4 transition-colors hover:border-gray-300 hover:bg-gray-100 hover:dark:border-neutral-700 hover:dark:bg-neutral-800/30"
target="_blank"
rel="noopener noreferrer"
>
<h2 className={`mb-3 text-2xl font-semibold`}>
Learn{' '}
<span className="inline-block transition-transform group-hover:translate-x-1 motion-reduce:transform-none">
-&gt;
</span>
</h2>
<p className={`m-0 max-w-[30ch] text-sm opacity-50`}>
Learn about Next.js in an interactive course with&nbsp;quizzes!
</p>
</a>

<a
href="https://vercel.com/templates?framework=next.js&utm_source=create-next-app&utm_medium=appdir-template&utm_campaign=create-next-app"
className="group rounded-lg border border-transparent px-5 py-4 transition-colors hover:border-gray-300 hover:bg-gray-100 hover:dark:border-neutral-700 hover:dark:bg-neutral-800/30"
target="_blank"
rel="noopener noreferrer"
>
<h2 className={`mb-3 text-2xl font-semibold`}>
Templates{' '}
<span className="inline-block transition-transform group-hover:translate-x-1 motion-reduce:transform-none">
-&gt;
</span>
</h2>
<p className={`m-0 max-w-[30ch] text-sm opacity-50`}>
Explore starter templates for Next.js.
</p>
</a>

<a
href="https://vercel.com/new?utm_source=create-next-app&utm_medium=appdir-template&utm_campaign=create-next-app"
className="group rounded-lg border border-transparent px-5 py-4 transition-colors hover:border-gray-300 hover:bg-gray-100 hover:dark:border-neutral-700 hover:dark:bg-neutral-800/30"
target="_blank"
rel="noopener noreferrer"
>
<h2 className={`mb-3 text-2xl font-semibold`}>
Deploy{' '}
<span className="inline-block transition-transform group-hover:translate-x-1 motion-reduce:transform-none">
-&gt;
</span>
</h2>
<p className={`m-0 max-w-[30ch] text-sm opacity-50`}>
Instantly deploy your Next.js site to a shareable URL with Vercel.
</p>
</a>
</div>
</main>
<div>
<AppBar />
<VGrid />
</div>
)
}
14 changes: 14 additions & 0 deletions src/components/AppBar.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import {SearchBar} from "@components/SearchBar"

export const AppBar = () => {

return (
<div className="p-2 flex justify-between">
<img className="bg-red-500 h-10" src="/youtube.png"></img>
<SearchBar />
<span className="mt-3"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="white" d="M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2m6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5z"/></svg></span>
<span className="mt-3"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16"><path fill="white" fill-rule="evenodd" d="M8 14.5a6.47 6.47 0 0 0 3.25-.87V11.5A2.25 2.25 0 0 0 9 9.25H7a2.25 2.25 0 0 0-2.25 2.25v2.13A6.47 6.47 0 0 0 8 14.5m4.75-3v.937a6.5 6.5 0 1 0-9.5 0V11.5a3.752 3.752 0 0 1 2.486-3.532a3 3 0 1 1 4.528 0A3.752 3.752 0 0 1 12.75 11.5M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M9.5 6a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0" clip-rule="evenodd"/></svg></span>
</div>
)

}
30 changes: 30 additions & 0 deletions src/components/SearchBar.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
export const SearchBar = () => {
return (
<div className="max-sm:hidden block sm:w-48 lg:w-96 mt-3 relative">
<input
className="rounded-full bg-black w-96 h-8 pl-4 pr-10 p-2 border-2 border-gray-800"
type="text"
placeholder="search"
/>
<button
className="absolute inset-y-0 right-3"
type="button"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
className="w-5 h-5"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z"
/>
</svg>
</button>
</div>
);
};
29 changes: 29 additions & 0 deletions src/components/VCard.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
type vcard = {
title: string;
channel: string;
views: string;
timestamp: string;
image: string;
};

export function VCard(props: vcard) {
return (
<div className="p-2 cursor-pointer">
<img className="rounded-xl h-64 w-96" src={props.image} />
<div className="grid grid-cols-12">
<div className="col-span-1">
<img className="rounded-full h-16 mr-2 mt-2" src="/channel.png" />
</div>
<div className="col-span-11">
<div>{props.title}</div>
<div className="col-span-11 text-gray-400">
{props.channel}
</div>
<div className="col-span-11 text-gray-400">
{props.views} | {props.timestamp}
</div>
</div>
</div>
</div>
);
}
90 changes: 90 additions & 0 deletions src/components/VGrid.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
import { VCard } from "./VCard";

const Videos = [
{
title: 'Video 1',
channel: 'Channel 1',
views: '1.2M Views',
timestamp: '1 day ago',
image: '/thumbnail.jpg'
},
{
title: 'Video 1',
channel: 'Channel 1',
views: '1.2M Views',
timestamp: '1 day ago',
image: '/thumbnail.jpg'
},
{
title: 'Video 1',
channel: 'Channel 1',
views: '1.2M Views',
timestamp: '1 day ago',
image: '/thumbnail.jpg'
},
{
title: 'Video 1',
channel: 'Channel 1',
views: '1.2M Views',
timestamp: '1 day ago',
image: '/thumbnail.jpg'
},
{
title: 'Video 1',
channel: 'Channel 1',
views: '1.2M Views',
timestamp: '1 day ago',
image: '/thumbnail.jpg'
},
{
title: 'Video 1',
channel: 'Channel 1',
views: '1.2M Views',
timestamp: '1 day ago',
image: '/thumbnail.jpg'
},
{
title: 'Video 1',
channel: 'Channel 1',
views: '1.2M Views',
timestamp: '1 day ago',
image: '/thumbnail.jpg'
},
{
title: 'Video 1',
channel: 'Channel 1',
views: '1.2M Views',
timestamp: '1 day ago',
image: '/thumbnail.jpg'
},
{
title: 'Video 1',
channel: 'Channel 1',
views: '1.2M Views',
timestamp: '1 day ago',
image: '/thumbnail.jpg'
},
{
title: 'Video 1',
channel: 'Channel 1',
views: '1.2M Views',
timestamp: '1 day ago',
image: '/thumbnail.jpg'
},
]

export const VGrid = () => {
return (
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4">
{Videos.map((video) => (
<VCard
title={video.title}
image={video.image}
channel={video.channel}
views={video.views}
timestamp={video.timestamp}
></VCard>
))}
</div>
)
};
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
}
],
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"@components/*": ["./src/components/*"],
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
Expand Down

0 comments on commit 7b31a8d

Please sign in to comment.