You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/projects/page.tsx
+8-40Lines changed: 8 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -3,63 +3,34 @@ import Link from "next/link";
3
3
4
4
constprojects=[
5
5
{
6
-
name: "Ulisha Store",
6
+
name: "Sprint Sight",
7
7
description:
8
-
"A modern e-commerce platform built with Next.js and Tailwind CSS, featuring a sleek design, responsive layout, and user-friendly interface. It showcases products, allows for easy navigation, and provides a seamless shopping experience.",
9
-
author: "@ulishastore",
10
-
website: "https://ulishastore.com",
8
+
"A dashboard that visualizes module status and GitHub commit activity.",
9
+
github: "sprintsight",
11
10
},
12
11
{
13
12
name: "The New HOC",
14
13
description:
15
14
"A modern, responsive, and user-friendly website for Hall of Codes, built with Next.js and Tailwind CSS. It serves as a platform to showcase our community, projects, and resources for developers.",
16
-
author: "@mrepol742",
17
-
github: "hallofcodes/hallofcodes.github.io",
15
+
github: "hallofcodes.github.io",
18
16
website: "https://hallofcodes.github.io",
19
17
},
20
-
{
21
-
name: "Canis Chatbot",
22
-
description:
23
-
"A scalable, modular WhatsApp chatbot built in TypeScript. It leverages modern best practices, lean architecture, Prisma ORM, Dockerization, and environment-based configuration to deliver a robust, flexible successor to Orion.",
0 commit comments