Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
1fbdf58
🎉 기본 파일 및 폴더 생성
Oct 31, 2025
4af89cb
🍱폰트 및 이미지 추가
Nov 3, 2025
8f786dd
🍱이미지 추가
Nov 3, 2025
20d54b2
🍱폰트 위치 변경
Nov 3, 2025
0e88639
✨ 공용 컴포넌트 추가
Nov 3, 2025
63d6aea
✨ 기본 페이지 추가
Nov 3, 2025
e14964f
✨ 공용 컴포넌트 추가
Nov 3, 2025
9e63443
✨ 공용 컴포넌트
Nov 4, 2025
58e1e25
✨ 자유게시판 뼈대 완성
Nov 4, 2025
99b598b
✨ 상세페이지 및 컴포넌트 추가
Nov 4, 2025
6fdc0e3
✨ 컴포넌트에 tw-merge 이용
Nov 5, 2025
b1c9ca5
✨ 게시글 작성 페이지 구현
Nov 5, 2025
25ac5b3
✨ 패딩 설정
Nov 5, 2025
7349780
✨ tailwind-merge 패키지 추가
Nov 5, 2025
f01b7fb
✨ axios 추가
Nov 5, 2025
794ba42
✨ 백엔드 api 연동
Nov 5, 2025
1ba5976
✨ 게시글 목록 및 검색 기능 추가
Nov 9, 2025
869849d
✨ 게시글 상세 및 댓글 기능 추가
Nov 9, 2025
3df50d6
✨ 스타일 수정
Nov 9, 2025
26b37c2
✨ 게시글 수정 기능 추가
Nov 9, 2025
08f6a1e
✨ 로그인 및 회원가입 페이지 UI 추가
Nov 10, 2025
c8898df
🐛 로그인 버튼 구조 수정
Nov 10, 2025
79b8f6e
✨ 비밀번호 가리기 기능 추가
Nov 10, 2025
890e586
🍱 이미지 파일 추가
Nov 12, 2025
86bac98
✨ @tanstack/react-query 패키지 추가
Nov 12, 2025
893b1b5
✨ API 함수 이름 수정 및 불필요한 파일 삭제
Nov 12, 2025
b87bb0f
✨ 상품 등록 및 수정 기능 추가
Nov 12, 2025
bc26b97
✨ 비밀번호 입력 컴포넌트 변경
Nov 12, 2025
7588b75
🔥 안쓰는 파일 삭제
Nov 12, 2025
2d7335b
✨ 컴포넌트 수정 및 추가
Nov 12, 2025
c4a7645
✨ API 엔드포인트 수정 및 인증 서비스 추가
Nov 12, 2025
d3b9cbe
🔥 로그인 페이지 컴포넌트 삭제
Nov 13, 2025
8bbe29e
✨ 상품 수정하기 구현
Nov 13, 2025
1e37456
✨ 회원가입 구현
Nov 13, 2025
4b9a56c
✨ 로그인 링크 수정
Nov 13, 2025
2c558a3
🎨 export 정리
Nov 13, 2025
9d43a96
✨input 컴포넌트 변경 및 모달 추가
Nov 13, 2025
59f6d88
✨ SmallInput 컴포넌트 이름 변경
Nov 13, 2025
79d7706
✨ Input 컴포넌트 변경
Nov 13, 2025
d579074
✨ 진행된곳까지 업로드
Nov 20, 2025
bf1bbb3
✨ 폰트 파일명 수정
Nov 20, 2025
5477498
🚧 RouteGuard 구현중
Nov 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions panda-market/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# env files (can opt-in for committing if needed)
.env*

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
36 changes: 36 additions & 0 deletions panda-market/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.

This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.

## Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
16 changes: 16 additions & 0 deletions panda-market/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import { defineConfig, globalIgnores } from "eslint/config";
import nextVitals from "eslint-config-next/core-web-vitals";

const eslintConfig = defineConfig([
...nextVitals,
// Override default ignores of eslint-config-next.
globalIgnores([
// Default ignores of eslint-config-next:
".next/**",
"out/**",
"build/**",
"next-env.d.ts",
]),
]);

export default eslintConfig;
7 changes: 7 additions & 0 deletions panda-market/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}
7 changes: 7 additions & 0 deletions panda-market/next.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
/* config options here */
reactCompiler: true,
};

export default nextConfig;
Loading