-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
171 additions
and
112 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 +1,16 @@ | ||
# Chooz! | ||
<img width="1680" alt="image" src="https://github.com/choooz/client/assets/57664427/0fd4a240-f868-4118-b63b-2eac8212ea9c"> | ||
|
||
<img width="1680" alt="image" src="https://github.com/choooz/client/assets/57664427/fa468901-9cfe-45e9-968c-e103320a94e6"> | ||
|
||
<img width="1680" alt="image" src="https://github.com/choooz/client/assets/57664427/42d88d68-2bef-4fc1-a7d4-a00d6d33ddcc"> | ||
|
||
<img width="1663" alt="image" src="https://github.com/choooz/client/assets/57664427/2b24a9c4-b350-44d6-b23d-bcf130acc77a"> | ||
|
||
![회원가입](https://github.com/choooz/client/assets/57664427/e638d516-e8ee-42cc-8677-27cc294b30c8) | ||
|
||
![투표 등록](https://github.com/choooz/client/assets/57664427/6208c5c1-f63b-4121-b754-22b2ac304f98) | ||
![통계](https://github.com/choooz/client/assets/57664427/9734f859-60f3-4cac-a7f5-89a6d15dbe64) | ||
![검색](https://github.com/choooz/client/assets/57664427/188c85e4-f360-4de8-8ba6-0571c5de2569) | ||
![유저 정보](https://github.com/choooz/client/assets/57664427/ebf6b0f6-45d9-404b-b654-5c4c8d57b10c) | ||
<img width="1648" alt="image" src="https://github.com/choooz/client/assets/57664427/8beea0b9-148b-4573-a8d8-a09a349e5a9a"> | ||
<img width="1679" alt="image" src="https://github.com/choooz/client/assets/57664427/441f5cee-67bc-4525-9178-9ad95c352d57"> |
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
import { FloatComponentTemplate } from "@chooz/ui"; | ||
import Path from "lib/Path"; | ||
import Image from "next/image"; | ||
import { useRouter } from "next/navigation"; | ||
import { Success } from "public/images"; | ||
import styled from "styled-components"; | ||
|
||
function PostCompleteComponent() { | ||
const router = useRouter(); | ||
|
||
return ( | ||
<FloatComponentTemplate | ||
onToggleModal={() => { | ||
router.push(`${Path.MAIN_PAGE}?isSuccess=`); | ||
}} | ||
> | ||
<Image alt="체크" src={Success} width={56} height={56} /> | ||
<GuideText>선택결정이 등록되었어요.</GuideText> | ||
</FloatComponentTemplate> | ||
); | ||
} | ||
|
||
const GuideText = styled.div` | ||
color: ${({ theme }) => theme.palette.background.white}; | ||
${({ theme }) => theme.textStyle.Title_Large} | ||
font-weight: 700; | ||
`; | ||
|
||
export default PostCompleteComponent; |
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
Oops, something went wrong.
b326b51
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
client-web – ./
chooz.co.kr
www.chooz.co.kr
client-web-chooz.vercel.app
client-web-git-main-chooz.vercel.app