Skip to content

Commit

Permalink
update project list
Browse files Browse the repository at this point in the history
  • Loading branch information
tnamdevnote committed Jun 2, 2024
1 parent 607077a commit a31aae9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 26 deletions.
2 changes: 1 addition & 1 deletion app/hooks/useIntersectionObserver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function useIntersectionObserver(
{
root: null,
rootMargin: "0px",
threshold: 0.75,
threshold: 1,
},
);

Expand Down
36 changes: 11 additions & 25 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const TOC_LIST = [

export const EXPERIENCE = [
{
title: "Frontend Developer - PRISM 2.0",
title: "Frontend Developer",
date: "OCT, 2019 — AUG, 2023",
description: `Modernized 5+ legacy features through design and development overhaul, addressing user needs and design aesthetic; Communicated design and technical requirements during design reviews within a cross-functional team of 5 by creating wireframes and interactive prototype;`,
techStack: [
Expand Down Expand Up @@ -45,18 +45,18 @@ export const EXPERIENCE = [

export const PROJECTS = [
{
name: "Mini Project: An Animated Like Button",
name: "NomadHair",
description: `An appointment scheduling app to help my friends easily arrange haircut appointments with me.`,
techStack: ["Next.js", "Sanity", "Storybook", "TailwindCSS", "Figma"],
url: "https://github.com/tnamdevnote/nomadhair",
imgUrl: "/project-nomadhair.png",
},
{
name: "Full of Likes - an animated like button",
description: `Inspired by Delba and Josh Comeau, I recreated my own version of a like button that not only animates but also persists
like counts to a database.`,
techStack: [
"React",
"Next.js",
"Prisma",
"PlanetScale",
"TailwindCSS",
"Figma",
],
url: "https://medium.com/@taekbeen93/mini-project-how-i-built-a-full-stack-like-button-from-design-to-implementation-701edc1a0f0c",
techStack: ["Next.js", "Prisma", "PlanetScale", "TailwindCSS", "Figma"],
url: "https://github.com/tnamdevnote/full-of-likes",
imgUrl: "/project-like-btn.png",
},
{
Expand All @@ -67,20 +67,6 @@ export const PROJECTS = [
url: "https://drive.google.com/file/d/1PaqNKYgW0WzZ855CbfyZW8eEIGp2IGje/view?usp=sharing",
imgUrl: "/project-prism-2.png",
},
{
name: "Build Youtube",
description: `Built client-side Youtube application in order to learn and apply frontend development practices, including theming,
routing, and data fetching. The application provides search and streaming features using Youtube Data API.`,
techStack: [
"React",
"TypeScript",
"TailwindCSS",
"TanstackQuery",
"RESTful API",
],
url: "https://github.com/tnamdevnote/youtube-clone",
imgUrl: "/project-yc-light.png",
},
];

export const CONTACTS = [
Expand Down
Binary file added public/project-nomadhair.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 removed public/project-yc-light.png
Binary file not shown.
Binary file removed public/yc-mockup-dark.png
Binary file not shown.

0 comments on commit a31aae9

Please sign in to comment.