Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
b2e37bd
reset
hanseulhee Oct 10, 2023
6f8bbb0
Merge branch 'codeit-bootcamp-frontend:main' into main
hanseulhee Oct 10, 2023
e11e25f
fix: 머지 후 브랜치 삭제 github action 수정
hanseulhee Oct 10, 2023
212e864
env: workflows 폴더로 이동
hanseulhee Oct 10, 2023
4dc5dd0
Merge pull request #237 from hanseulhee/fix-github-actions
withyj-codeit Nov 6, 2023
12f2288
Merge branch 'React-이태경' of https://github.com/codeit-bootcamp-fronte…
LeeTaegyung May 16, 2025
cd0a866
chore: 리액트 프로젝트 초기 설정 및 라우터 설정
LeeTaegyung May 17, 2025
6d3d114
feat: 공통 레이아웃 header와 footer 추가
LeeTaegyung May 17, 2025
b1fd4c2
refactor: page별 module css 사용을 위해 pages 폴더내 구조 변경
LeeTaegyung May 17, 2025
59f1530
feat: 메인페이지 미션3 요구사항까지 반영 완료
LeeTaegyung May 18, 2025
53f7f89
chore: _style.scss 루트파일 이름을 style.scss 파일로 변경
LeeTaegyung May 18, 2025
730a2ea
feat: 로그인페이지 및 회원가입페이지 퍼블리싱
LeeTaegyung May 22, 2025
169a27e
feat: 로그인 페이지 유효성 검사 기능 추가
LeeTaegyung May 25, 2025
f6be66d
feat: 회원가입 페이지 유효성 검사 기능 추가
LeeTaegyung May 25, 2025
26f35b5
feat: 로그인 및 회원가입 페이지 비밀번호 토글 기능 추가
LeeTaegyung May 25, 2025
35d35ae
chore: 주석 오타 수정 및 코드 정리
LeeTaegyung May 25, 2025
f3adcd7
chore: 로그인 페이지 버튼 클릭시 링크 이동 부분 수정
LeeTaegyung May 25, 2025
658a571
chore: header 수정
LeeTaegyung May 25, 2025
e2ad6b4
chore: Footer 위치 수정
LeeTaegyung May 25, 2025
ce8ce19
feat: ItemsPage 내 주요 컴포넌트 생성 및 스타일링
LeeTaegyung May 26, 2025
91b7469
feat: ItemsPage의 베스트 상품 컴포넌트에 상품 리스트 렌더링
LeeTaegyung May 26, 2025
6e63d38
feat: ItemsPage의 전체 상품 컴포넌트에 상품 리스트 렌더링
LeeTaegyung May 27, 2025
99499cb
refactor: 뷰포트에에 따라 개수 가져오기 로직 분리
LeeTaegyung May 27, 2025
2359c00
feat: 페이지네이션 기능
LeeTaegyung May 28, 2025
c07a339
chore: header 영역 유저썸네일 추가
LeeTaegyung May 28, 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
390 changes: 390 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.30.0",
"react-scripts": "5.0.1",
"sass": "^1.89.0",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down
Binary file added public/assets/images/common/og_img.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 added public/assets/images/main/bottom_banner_img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/main/service_hot_img.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 added public/assets/images/main/service_hot_img_mo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/main/service_search_img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/main/top_banner_img.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 added public/assets/images/main/top_banner_img_mo.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/favicon.ico
Binary file not shown.
55 changes: 23 additions & 32 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,43 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ko">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- meta og :: 카카오톡 -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://codeit-sprint-ltg.netlify.app/" />
<meta property="og:title" content="판다 마켓" />
<meta
name="description"
content="Web site created using create-react-app"
property="og:image"
content="%PUBLIC_URL%/assets/images/common/og_img.png"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
<meta property="og:description" content="일상의 모든 물건을 거래해보세요" />

Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<!-- meta og :: 트위터/디스코드 -->
<meta name="twitter:title" content="판다 마켓" />
<meta
name="twitter:description"
content="일상의 모든 물건을 거래해보세요"
/>
<meta
name="twitter:image"
content="%PUBLIC_URL%/assets/images/common/og_img.png"
/>
<meta name="twitter:card" content="summary_large_image" />

<title>판다마켓</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
Binary file removed public/logo192.png
Binary file not shown.
Binary file removed public/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions public/manifest.json

This file was deleted.

38 changes: 0 additions & 38 deletions src/App.css

This file was deleted.

27 changes: 9 additions & 18 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
import logo from './logo.svg';
import './App.css';
import { createBrowserRouter, RouterProvider } from "react-router-dom";
import routes from "./routes";
import "./styles/style.scss";

function App() {
const router = createBrowserRouter(routes, {
future: {
v7_relativeSplatPath: true,
},
});
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
</div>
<RouterProvider router={router} future={{ v7_startTransition: true }} />
);
}

Expand Down
8 changes: 0 additions & 8 deletions src/App.test.js

This file was deleted.

15 changes: 15 additions & 0 deletions src/assets/images/common/logo_lg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/assets/images/common/logo_md.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading