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: components/new/ProjectSection.tsx
+68-29Lines changed: 68 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -5,28 +5,30 @@ import { gsap } from 'gsap'
5
5
import{ScrollTrigger}from'gsap/ScrollTrigger'
6
6
import{ExternalLink,Github,X}from'lucide-react'// Added X for close button
7
7
importSectionNamefrom'./Section'
8
+
importImagefrom'next/image'
8
9
9
10
if(typeofwindow!=='undefined'){
10
11
gsap.registerPlugin(ScrollTrigger)
11
12
}
12
13
13
14
constprojects=[
14
15
{
15
-
name: 'finapp',
16
+
name: 'docsjs',
16
17
id: 1,
17
-
title: 'Financial Dashboard',
18
+
title: 'DocsJS - JavaScript Ecosystem Docs',
18
19
description: [
19
-
'Track income and expenses',
20
-
'Integrate with bank accounts',
21
-
'Visualize financial data',
20
+
'Comprehensive JavaScript documentation.',
21
+
'Explore libraries, frameworks, and tools.',
22
+
'Built for developers by developers.',
22
23
],
23
24
longDescription:
24
-
'FinApp is a comprehensive financial dashboard designed to help users manage personal and business finances efficiently. It offers seamless bank integration, allowing users to connect their accounts and view all transactions in one place. The customizable dashboards provide insightful visualizations of income, expenses, and savings, empowering users to make informed financial decisions. Key features include budget tracking, goal setting, and detailed financial reports.',
'DocsJS is a powerful documentation platform focused on the JavaScript ecosystem. It offers in-depth guides, API references, and community-curated content in Spanish',
'This E-Commerce Platform is a robust, full-stack solution built with a microservices architecture for scalability and resilience. It supports multiple payment gateways (e.g., Stripe, PayPal) and features real-time inventory management to prevent overselling. The platform includes user authentication, product catalog management, shopping cart functionality, and order processing, providing a seamless online shopping experience.',
43
-
image: '/placeholder.svg?height=400&width=600',
44
+
'This E-Commerce Platform is a robust, full-stack solution built with a microservices architecture for scalability and resilience. It supports multiple payment gateways (e.g., Stripe, PayPal) and features real-time inventory management to prevent overselling. The platform ',
'The Task Management App is a comprehensive solution for individuals and teams to organize and track their work. It features an intuitive Kanban board for visual task management, integrated time tracking to monitor productivity, and robust team analytics to identify bottlenecks and optimize workflows. Real-time updates and notifications ensure everyone stays on the same page.',
'DocsJS is a powerful documentation platform focused on the JavaScript ecosystem. It offers in-depth guides, API references, and community-curated content in English. From vanilla JS to the latest frameworks, DocsJS helps developers stay productive and informed.',
0 commit comments