-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Linkup-3mw/frontend
- Loading branch information
Showing
1 changed file
with
150 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,163 @@ | ||
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). | ||
# ![์ต์ข ๋ก๊ณ ](https://github.com/Linkup-3mw/frontend/assets/51106050/553f9bfb-2bfc-4e19-a167-e7930af6826a) | ||
|
||
## Getting Started | ||
- ๐ ๊ธฐ๊ฐ: 2024.04.29 ~ 2024.6.13 | ||
- ๐ข ์ฃผ์ : ๊ณต์ ์คํผ์ค ์ปค๋ฎค๋ํฐ / ์์ฝ ์๋น์ค | ||
|
||
First, run the development server: | ||
## ๐ ๋ฐฐํฌ ์ฃผ์ | ||
|
||
```bash | ||
npm run dev | ||
# or | ||
yarn dev | ||
# or | ||
pnpm dev | ||
# or | ||
bun dev | ||
``` | ||
- ๐ ๋ฐฐํฌ ์ฃผ์ : https://linkup-3mw.vercel.app/ | ||
|
||
Open [http://localhost:3000](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. | ||
<table> | ||
<thead> | ||
<tr> | ||
<th align="center"> ํ์ฅ | ์ฅ๋ฌธ์ฉ </th> | ||
<th align="center"> ํ์ | ๊น์งํ </th> | ||
<th align="center"> ํ์ | ์ฑ์์ </th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td align="center"> | ||
<a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/moonyah"> | ||
<img src="https://avatars.githubusercontent.com/u/51106050?v=4" width="100" style="max-width: 100%;"> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/k-wisdom"> | ||
<img src="https://avatars.githubusercontent.com/u/122950644?v=4" width="100" style="max-width: 100%;"> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/luvmac"> | ||
<img src="https://avatars.githubusercontent.com/u/106741161?v=4" width="100" style="max-width: 100%;"> | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td align="center"> | ||
<a href="https://github.com/moonyah">@moonyah</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/k-wisdom">@k-wisdom</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/luvmac">@luvmac</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<ul> | ||
<li>์ด๊ธฐ ๊ฐ๋ฐ ์ธํ , CI/CD</li> | ||
<li>์๋ชจ์ ๋ฉ๋ด</li> | ||
<li>์๋ชจ์ ๊ฐ์ค/๊ด๋ฆฌ</li> | ||
<li>ํค๋</li> | ||
</ul> | ||
</td> | ||
<td> | ||
<ul> | ||
<li>๋ก๊ทธ์ธ/ํ์๊ฐ์ </li> | ||
<li>๋ฉ์ธ ํ์ด์ง</li> | ||
<li>์๋ชจ์ ์์ธ</li> | ||
</ul> | ||
</td> | ||
<td> | ||
<ul> | ||
<li>ํ์ ํ์ด์ง</li> | ||
<li>์ง๋/์ง์ ์ฐพ๊ธฐ</li> | ||
<li>์คํผ์ค ์์ฝ</li> | ||
</ul> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. | ||
๋ฐฑ์๋๋ [์ด๊ณณ](https://github.com/Linkup-3mw/backend)์ ํด๋ฆญํด์ฃผ์ธ์ ! | ||
|
||
## Learn More | ||
## ๐๏ธ ๊ธฐ์ ์คํ | ||
|
||
To learn more about Next.js, take a look at the following resources: | ||
### Environment | ||
|
||
- [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. | ||
<div> | ||
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white" /> | ||
<img src="https://img.shields.io/badge/git-F05032?style=for-the-badge&logo=git&logoColor=white" /> | ||
<img src="https://img.shields.io/badge/ESLint-4B3263?style=for-the-badge&logo=eslint&logoColor=white" /> | ||
<img src="https://img.shields.io/badge/Prettier-F7B93E?logo=prettier&logoColor=black&style=for-the-badge"/ | ||
</div> | ||
|
||
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! | ||
### Development | ||
|
||
## Deploy on Vercel | ||
<div style="display: flex;"> | ||
<img src="https://img.shields.io/badge/react-%2320232a?style=for-the-badge&logo=react&logoColor=%2361DAFB" /> | ||
<img src="https://img.shields.io/badge/Next.js-000000?style=for-the-badge&logo=Next.js&logoColor=white" /> | ||
<img src="https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white" /> | ||
<img src="https://img.shields.io/badge/Tailwind CSS-06B6D4?style=for-the-badge&logo=tailwindcss&logoColor=white"/> | ||
<img src="https://img.shields.io/badge/recoil-007AF4?style=for-the-badge&logo=recoil&logoColor=black"/> | ||
<img src="https://img.shields.io/badge/Axios-5A29E4?style=for-the-badge&logo=axios&logoColor=white"> | ||
<img src="https://img.shields.io/badge/react query-FF4154?style=for-the-badge&logo=reactquery&logoColor=black" /> | ||
</div> | ||
|
||
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. | ||
### Communication | ||
|
||
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. | ||
<div> | ||
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white" /> | ||
<img src="https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=Slack&logoColor=white" /> | ||
<img src="https://img.shields.io/badge/notion-9266CC?style=for-the-badge&logo=notion&logoColor=white" /> | ||
<img src="https://img.shields.io/badge/figma-F24E1E?style=for-the-badge&logo=figma&logoColor=white" /> | ||
|
||
</div> | ||
|
||
### CI/CD | ||
|
||
<img src="https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=Vercel&logoColor=white" /> | ||
|
||
## ๐ฅ๏ธ ํ๋ฉด ๊ตฌ์ฑ ๋ฐ ๊ธฐ๋ฅ | ||
|
||
### ๐ ๋ฉ์ธ, ํค๋ | ||
|
||
<div align="center"> | ||
<table> | ||
<tr align="center"> | ||
<th>๋น๋ก๊ทธ์ธ ํ</th> | ||
<th>๋ก๊ทธ์ธ ํ</th> | ||
</tr> | ||
<tr> | ||
<td><img src="https://github.com/Yanol-Market/frontend/assets/51106050/91b2d73c-ba54-4a1b-8d19-e596352abc5e" alt="๋น๋ก๊ทธ์ธ ํ"></td> | ||
<td><img src="https://github.com/Yanol-Market/frontend/assets/51106050/9b8e0586-a242-4370-a356-cf3b3801b049"alt="๋ก๊ทธ์ธ ํ"></td> | ||
</tr> | ||
</table> | ||
</div> | ||
|
||
### ๐ ์ปค๋ฎค๋ํฐ ์๋ชจ์ | ||
|
||
<div align="center"> | ||
<table> | ||
<tr align="center"> | ||
<th>์๋ชจ์ ๋ฉ๋ด</th> | ||
<th>์๋ชจ์ ํํฐ</th> | ||
<th>์๋ชจ์ ์ฐ</th> | ||
</tr> | ||
<tr> | ||
<td><img src="https://github.com/Yanol-Market/frontend/assets/51106050/ae44947e-6e4e-4425-b405-4d4a43903d5f" alt="์๋ชจ์ ๋ฉ๋ด"></td> | ||
<td><img src="https://github.com/Yanol-Market/frontend/assets/51106050/a0b333e7-f820-45c5-a3a0-cc7aa36e42ef"alt="์๋ชจ์ ํํฐ"></td> | ||
<td><img src="https://github.com/Yanol-Market/frontend/assets/51106050/c277679a-284c-4997-9917-bee0674befc3"alt="์๋ชจ์ ์ฐ"></td> | ||
</tr> | ||
<tr align="center"> | ||
<th>์๋ชจ์ ๊ฐ์ค</th> | ||
<th>์๋ชจ์ ๊ด๋ฆฌ</th> | ||
<th>์๋ชจ์ ๊ฐ์ ์ ์ฒญ</th> | ||
</tr> | ||
<tr> | ||
<td><img src="https://github.com/Yanol-Market/frontend/assets/51106050/88c93ac3-8414-474f-a844-b36ff890d0ca" alt="์๋ชจ์ ๊ฐ์ค"></td> | ||
<td><img src="https://github.com/Yanol-Market/frontend/assets/51106050/ab499b1d-8a2a-4084-b098-331fe121aabc" alt="์๋ชจ์ ๊ด๋ฆฌ"></td> | ||
<td><img src="https://github.com/Yanol-Market/frontend/assets/51106050/847926e4-da3a-4778-b41e-c4fdfd37401c" alt="์๋ชจ์ ๊ฐ์ ์ ์ฒญ"></td> | ||
</tr> | ||
</table> | ||
</div> | ||
|
||
## โ ๊ธฐํ ๋ฐ ๋์์ธ | ||
|
||
[๐จ Linkup GUI_01](https://www.figma.com/design/thyKkovyfR9T88oQLTJwNL/3%EC%A1%B0?node-id=1460-74476&t=c68XXYpCisSxdiey-0) <br/> | ||
[๐จ Linkup GUI_02](https://www.figma.com/design/thyKkovyfR9T88oQLTJwNL/3%EC%A1%B0?node-id=1460-74476&t=c68XXYpCisSxdiey-0) <br/> | ||
[๐ช Linkup ํ๋ฉด์ค๊ณ์](https://www.figma.com/design/thyKkovyfR9T88oQLTJwNL/3%EC%A1%B0?node-id=944-20118&t=c68XXYpCisSxdiey-0) |