Skip to content

Commit 91b17a9

Browse files
committed
added a new project
1 parent df8fd4a commit 91b17a9

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

2.02 MB
Loading

src/components/projects.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ interface Project {
3939
}
4040

4141
const projects: Project[] = [
42+
{
43+
title: "Animated Web Landing Page (GSAP & React)",
44+
description:
45+
"Built a responsive, animated landing page using GSAP (GreenSock Animation Platform) and React",
46+
longDescription:
47+
"Built a responsive, animated landing page using GSAP (GreenSock Animation Platform) and React. Followed best practices in animation timing, scroll triggers, and component structure. Based on the tutorial by JavaScript Mastery, with custom modifications to layout and styling.",
48+
features: ["Animation"],
49+
imageSrc: "/assets/Animated Web Landing Page (GSAP & React).png",
50+
tech: ["TypeScript", "React", "Tailwind CSS"],
51+
codeLink: "https://github.com/AnthonyFinney/gsap_learn",
52+
liveLink: "https://gsap-learn-pied.vercel.app/",
53+
},
4254
{
4355
title: "Perfume E-commerce Site",
4456
description:

0 commit comments

Comments
 (0)