This is a Next.js project bootstrapped with create-next-app.
- 내 정보 관리: 프로필 정보 조회 및 수정
- 내가 작성한 프로젝트: 사용자가 작성한 프로젝트 목록 조회
- 내가 작성한 데이터셋: 사용자가 작성한 데이터셋 목록 조회
- 좋아요 한 프로젝트: 사용자가 좋아요 한 프로젝트 목록 조회
- 좋아요 한 데이터셋: 사용자가 좋아요 한 데이터셋 목록 조회
- 사용자 정보 수정 (닉네임, 작성자 레벨, 직무, 관심 도메인, 방문 경로, 자기소개)
- 프로젝트 및 데이터셋 목록 페이지네이션
- 반응형 디자인 및 모던한 UI/UX
- React Query를 활용한 효율적인 데이터 관리
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.