Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"lucide-react": "^0.508.0",
"next": "15.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "15.3.2"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"@eslint/eslintrc": "^3"
"tailwindcss": "^4"
}
}
12 changes: 6 additions & 6 deletions frontend/src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Home() {
.
</li>
<li className="tracking-[-.01em]">
Save and see your changes instantly.
Amar
</li>
</ol>

Expand All @@ -39,15 +39,15 @@ export default function Home() {
width={20}
height={20}
/>
Deploy now
Amar
</a>
<a
className="rounded-full border border-solid border-black/[.08] dark:border-white/[.145] transition-colors flex items-center justify-center hover:bg-[#f2f2f2] dark:hover:bg-[#1a1a1a] hover:border-transparent font-medium text-sm sm:text-base h-10 sm:h-12 px-4 sm:px-5 w-full sm:w-auto md:w-[158px]"
href="https://nextjs.org/docs?utm_source=create-next-app&utm_medium=appdir-template-tw&utm_campaign=create-next-app"
target="_blank"
rel="noopener noreferrer"
>
Read our docs
Amar
</a>
</div>
</main>
Expand All @@ -65,7 +65,7 @@ export default function Home() {
width={16}
height={16}
/>
Learn
Amar
</a>
<a
className="flex items-center gap-2 hover:underline hover:underline-offset-4"
Expand All @@ -80,7 +80,7 @@ export default function Home() {
width={16}
height={16}
/>
Examples
Amar
</a>
<a
className="flex items-center gap-2 hover:underline hover:underline-offset-4"
Expand All @@ -95,7 +95,7 @@ export default function Home() {
width={16}
height={16}
/>
Go to nextjs.org →
Amar
</a>
</footer>
</div>
Expand Down