Skip to content

Commit

Permalink
Merge pull request #64 from w00ngja/jaewoong
Browse files Browse the repository at this point in the history
20230630
  • Loading branch information
Jaeppetto authored Jun 30, 2023
2 parents 6eacc1d + b3c03a0 commit 483a0f7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 18 deletions.
11 changes: 3 additions & 8 deletions project/src/components/IndexPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,8 @@ function IndexPage(props) {
<FooterText style={{ fontWeight: "600", fontSize: "20px" }}>
<BsAndroid /> ์•ˆ๋“œ๋กœ์ด๋“œํฐ์—์„œ ์ฑ—ํŒŸ ์ด์šฉํ•˜๊ธฐ
</FooterText>
<Text style={{ marginBottom: "30px", fontSize: "40px" }}>๐Ÿšง</Text>
<Text style={{ fontSize: "40px" }}>๐Ÿšง</Text>
<Text style={{ marginBottom: "30px", fontSize: "20px" }}>์ค€๋น„ ์ค‘</Text>
</WRow>
</WContainer>

Expand All @@ -511,12 +512,6 @@ function IndexPage(props) {
<FooterText style={{ fontWeight: "600", fontSize: "20px" }}>๐Ÿฏ About</FooterText>
<Text>
<b>์ฑ—ํŒŸ(www.chatpot.co.kr)</b>์€ ChatGPT API๋ฅผ ์ด์šฉํ•œ ์‚ฌ์šฉ์ž ๋งž์ถค ๋ฉ”๋‰ด ๋ฐ ๋ ˆ์‹œํ”ผ ์ถ”์ฒœ ์„œ๋น„์Šค์ž…๋‹ˆ๋‹ค.
<br />
<br />
ํ˜„์žฌ ์‹œ๋ฒ” ์šด์˜ ์ค‘์— ์žˆ์œผ๋ฉฐ, API ์‘๋‹ต์ˆ˜ ์ œํ•œ์œผ๋กœ ์ธํ•ด ์„œ๋น„์Šค๊ฐ€ ๋ถˆ์•ˆ์ •ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์ด ๊ฒฝ์šฐ ์ž ์‹œ ๊ธฐ๋‹ค๋ ธ๋‹ค
์„œ๋น„์Šค๋ฅผ ์ด์šฉํ•ด์ฃผ์„ธ์š”.
<br />
<br />
ํ”„๋กœ์ ํŠธ์— ๊ด€ํ•œ ์ž์„ธํ•œ ์ •๋ณด์™€ ๊ฐœ๋ฐœ ๋กœ๊ทธ๋Š”{" "}
<b
style={{ textDecoration: "underLine", cursor: "pointer" }}
Expand Down Expand Up @@ -566,7 +561,7 @@ function IndexPage(props) {

<WImg src={profile2} style={{ borderRadius: "50%" }} />
<Text style={{ fontSize: "20px", marginBottom: "40px" }}>
์ •ํ˜„๋„ (Hyundo) {""}
์ •ํ˜„๋„ (Hyeondo) {""}
<span
style={{
fontSize: "10px",
Expand Down
3 changes: 2 additions & 1 deletion project/src/components/OptionPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function OptionTest(props) {
/>
</div>
<div style={{ fontSize: "145%" }}>
<b>์ฑ—ํŒŸ</b>์ด ๋ง›์žˆ๋Š” ๋ ˆ์‹œํ”ผ๋ฅผ<br></br> ์ถ”์ฒœํ•ด๋“œ๋ฆด๊ฒŒ์š”!
<b>์ฑ—ํŒŸ</b>์ด ๋ง›์žˆ๋Š” ๋ ˆ์‹œํ”ผ๋ฅผ<br></br> ์ถ”์ฒœํ•ด๋“œ๋ฆด๊ฒŒ์š”
</div>
</Loading>
</>
Expand Down Expand Up @@ -497,6 +497,7 @@ const ButtonNavigate = styled.div`
align-items: center;
background-color: #352e29;
box-shadow: 0px 10px 20px -5px rgba(29, 18, 10, 0.317);
cursor: pointer;
transition: transform 0.3s ease;
Expand Down
8 changes: 3 additions & 5 deletions project/src/components/RecipePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ function RecipePage(props) {
isClickToPauseDisabled={true}
/>
</div>
<div style={{ fontSize: "145%" }}>
<b>์ฑ—ํŒŸ</b>์ด ๋ง›์žˆ๋Š” ๋ ˆ์‹œํ”ผ๋ฅผ<br></br> ์ถ”์ฒœํ•ด๋“œ๋ฆด๊ฒŒ์š”!
</div>
<div style={{ fontSize: "145%" }}>๋™์ผํ•œ ์˜ต์…˜์˜ ๋‹ค๋ฅธ ๋ฉ”๋‰ด๋ฅผ ์ถ”์ฒœํ•ด๋“œ๋ฆด๊ฒŒ์š”</div>
</Loading>
</>
) : (
Expand Down Expand Up @@ -215,7 +213,7 @@ function RecipePage(props) {
)}

<StyledContainer>
<StyledRow backgroundColor="#ffffff" height="">
<StyledRow backgroundColor="#ffffff" height="" style={{ marginTop: "5px" }}>
<StyledCol md={6} justifyContent="center" alignItems="center">
<Lottie
style={{ zIndex: "0", width: "100%" }}
Expand Down Expand Up @@ -583,7 +581,7 @@ const JustCol = styled(Col)``;
const FooterRow = styled(Row)`
padding: 0px;
min-height: 50px;
margin: 20px 0px 0px 0px;
margin: 10px 0px 0px 0px;
@media (min-width: 768px) {
margin: 10px 0px 0px 0px;
Expand Down
Binary file added project/src/img/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions project/src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { configureStore, createSlice } from "@reduxjs/toolkit";
let select = createSlice({
name: "select",
initialState: [
{ type: "๋ผ์ง€๊ณ ๊ธฐ", thumbnail: "๐Ÿ–" },
{ type: "๋‹ญ๊ณ ๊ธฐ", thumbnail: "๐Ÿ—" },
{ type: "์†Œ๊ณ ๊ธฐ", thumbnail: "๐Ÿฅฉ" },
{ type: "๋Œ€ํŒŒ", thumbnail: "๐Ÿฅฌ" },
{ type: "๋งˆ๋Š˜", thumbnail: "๐Ÿง„" },
{ type: "์–‘ํŒŒ", thumbnail: "๐Ÿง…" },
Expand All @@ -19,9 +22,6 @@ let select = createSlice({
{ type: "์•„๋ณด์นด๋„", thumbnail: "๐Ÿฅ‘" },
{ type: "๋ฒ„์„ฏ", thumbnail: "๐Ÿ„" },
{ type: "์ฝฉ", thumbnail: "๐Ÿซ˜" },
{ type: "๋ผ์ง€๊ณ ๊ธฐ", thumbnail: "๐Ÿ–" },
{ type: "๋‹ญ๊ณ ๊ธฐ", thumbnail: "๐Ÿ—" },
{ type: "์†Œ๊ณ ๊ธฐ", thumbnail: "๐Ÿฅฉ" },
{ type: "์น˜์ฆˆ", thumbnail: "๐Ÿง€" },
{ type: "์‚ฌ๊ณผ", thumbnail: "๐ŸŽ" },
{ type: "๋ฐฐ", thumbnail: "๐Ÿ" },
Expand Down Expand Up @@ -74,7 +74,6 @@ let option = createSlice({
"์ €๋ ดํ•œ",
"๋งค์ฝคํ•œ",
"๋น„๊ฑด์‹",
"๋ฝํ† ํ”„๋ฆฌ",
"ํŒŒํ‹ฐ์Œ์‹",
"์˜ค์ด ์•ˆ๋“ค์–ด๊ฐ„",
"์ถ”์šด ๋‚  ๋จน๊ธฐ ์ข‹์€",
Expand Down

0 comments on commit 483a0f7

Please sign in to comment.