๐ŸŽ€ CSS ์ฐธ๊ณ  ์‚ฌ์ดํŠธ

 

๐Ÿ”— ํ”„๋กœ์ ํŠธ ํ™˜๊ฒฝ ์„ค์ • & ์˜์กด์„ฑ ์„ค์น˜

  • create-react-app  # ๋ณด์ผ๋Ÿฌ ํ”Œ๋ ˆ์ดํŠธ
  • npm i redux react-redux   # ๋ฆฌ๋•์Šค
  • npm i react-redux @reduxjs/toolkit  # ๋ฆฌ๋•์Šค ํˆดํ‚ท
  • npm i --save-dev redux-devtools-extension  # ๋ฆฌ๋•์Šค ๊ฐœ๋ฐœ์ž ๋„๊ตฌ(๋นŒ๋“œ ์‹œ ํ”Œ๋Ÿฌ๊ทธ์ธ ๋ฏธํฌํ•จ)
  • npm i react-router  # ๋ฆฌ์•กํŠธ ๋ผ์šฐํ„ฐ
  • npm i axios  # axios
  • npm install @mui/material @mui/styled-engine-sc styled-components  # Material UI
  • npm install @fontsource/roboto  # Roboto Font
  • npm install @mui/icons-material  # Icons
  • npm install @emotion/styled @emotion/css  # Emotion(Material UI)
  •  # Firebase
  • Repository ์ƒ์„ฑ ๋ฐ VS code - Github ์—ฐ๋™

 

๐Ÿ—’ ํŽ˜์ด์ง€ ๋ชฉ๋ก

  • Home
  • About Us
  • Notice / Board - List (recyclable)
  • Notice / Board - Content (recyclable)
  • Notice / Board -  Write (recyclable)
  • Notice / Board - Reply (recyclable)
  • Gallery - List
  • Gallery - Content
  • Gallery - Write
  • Login
  • Member - Join
  • Member - Update
  • Member - Delete 

 

๐Ÿ“ซ API ๋ชฉ๋ก

API DOMAIN PATH HTTP METHOD
๊ณต์ง€ ๋“ฑ๋ก Notice /notice POST
๊ณต์ง€ 1๊ฑด ์กฐํšŒ Notice /notice/{noticeId} GET
๊ณต์ง€ ๋ชฉ๋ก ์กฐํšŒ Notice /notice GET
๊ณต์ง€ ์ˆ˜์ • Notice /notice/{noticeId} PUT
๊ณต์ง€ ์‚ญ์ œ Notice /notice/{noticeId} DELETE
๊ฐค๋Ÿฌ๋ฆฌ ๊ธ€ ์ž‘์„ฑ Gallery /gallery POST
๊ฐค๋Ÿฌ๋ฆฌ ์ƒ์„ธ ์กฐํšŒ Gallery /gallery/{galleryId} GET
๊ฐค๋Ÿฌ๋ฆฌ ๋ชฉ๋ก ์กฐํšŒ Gallery /gallery GET
๊ฐค๋Ÿฌ๋ฆฌ ์ˆ˜์ • Gallery /gallery/{galleryId} PUT
๊ฐค๋Ÿฌ๋ฆฌ ์‚ญ์ œ Gallery /gallery/{galleryId} DELETE
๊ฒŒ์‹œ๊ธ€ ๋“ฑ๋ก Board /board POST
๊ฒŒ์‹œ๊ธ€ 1๊ฑด ์กฐํšŒ Board /board/{boardId} GET
๊ฒŒ์‹œ๊ธ€ ๋ชฉ๋ก ์กฐํšŒ Board /board GET
๊ฒŒ์‹œ๊ธ€ ์ˆ˜์ • Board /board/{boardId} PUT
๊ฒŒ์‹œ๊ธ€ ์‚ญ์ œ Board /board/{boardId} DELETE
ํšŒ์› ๊ฐ€์ž… Member /member POST
๋กœ๊ทธ์ธ Member /member/login POST
๋กœ๊ทธ์•„์›ƒ Member /member/logout POST
ํšŒ์› ์ •๋ณด ์ˆ˜์ • Member /member/{memberId} PUT
ํšŒ์› ํƒˆํ‡ด Member /member/{memberId} DELETE
์•„์ด๋”” ์ค‘๋ณต ์ฒดํฌ Member /member/{id} GET
๋Œ“๊ธ€ ์ž‘์„ฑ Reply /reply POST
๋Œ“๊ธ€ ๋ชฉ๋ก ์กฐํšŒ Reply /reply/{replyId} GET
๋Œ“๊ธ€ ์ˆ˜์ • Reply /reply/{replyId} PUT
๋Œ“๊ธ€ ์‚ญ์ œ Reply /reply/{replyId} DELTE

 

๐Ÿ—‚ ์ปดํฌ๋„ŒํŠธ ๋ชฉ๋ก

  • ๋ ˆ์ด์•„์›ƒ : Header(โญ๏ธ์ƒ๋‹จ ๋‚ด๋น„๊ฒŒ์ด์…˜ ๋ฐ”, ๋ฉ”๋‰ด ๋‚ด๋น„๊ฒŒ์ด์…˜ ๋ฐ”), Footer, ๋ฐฐ๋„ˆ
  • ๊ณตํ†ต : โญ๏ธ๋ชจ๋‹ฌ, ํ‘œ
  • ๋ฐ์ดํ„ฐ ๋“ฑ๋ก : โญ๏ธํผ
  • ๋ฐ์ดํ„ฐ ๋ชฉ๋ก ์กฐํšŒ : ๋ฆฌ์ŠคํŠธ(Home, Notice, Board, Reply), ๊ฐค๋Ÿฌ๋ฆฌ ๋ฆฌ์ŠคํŠธ, ๊ฒ€์ƒ‰๋ฐ”, โญ๏ธํŽ˜์ด์ง€๋„ค์ด์…˜
  • ๋ฐ์ดํ„ฐ ์ƒ์„ธ ์กฐํšŒ : ์ด๋ฏธ์ง€ ๋ทฐ์–ด, Heading, Text, Etc.

 

 

+ Recent posts