Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mac authored and mac committed Jun 18, 2024
2 parents 1eaff9f + ea89cbc commit 4cf1b8d
Showing 1 changed file with 150 additions and 23 deletions.
173 changes: 150 additions & 23 deletions README.md
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)

0 comments on commit 4cf1b8d

Please sign in to comment.