Skip to content

Commit

Permalink
feat: add project
Browse files Browse the repository at this point in the history
  • Loading branch information
imb96 committed Oct 3, 2024
1 parent 1a61200 commit b74cf24
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/tag-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"react": 7,
"nextjs": 1,
"css": 1,
"javascript": 1,
"js": 4,
"npm": 1,
"webpack": 1,
"personal": 1,
"javascript": 1
"webpack": 1
}
6 changes: 6 additions & 0 deletions data/projectsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ const projectsData: Project[] = [
imgSrc: '/static/images/humming.png',
href: 'https://humming.vercel.app/',
},
{
title: 'Footy',
description: `잉글랜드 프리미어리그와 챔피언스리그의 팀 순위와 경기 일정을 확인하고 실시간으로 경기 결과를 확인할 수 있는 웹사이트입니다.`,
imgSrc: '/static/images/footy.png',
href: 'https://footy-schedule.vercel.app/',
},
{
title: 'React-Hook-Scroll',
description:
Expand Down
Binary file added public/static/images/footy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b74cf24

Please sign in to comment.