Skip to content

Latest commit

Β 

History

History
108 lines (88 loc) Β· 3.43 KB

File metadata and controls

108 lines (88 loc) Β· 3.43 KB

overview

πŸ“šJJA(JsJobs Archive)πŸ“š

'Js-Jobs' μŠ€ν„°λ”” 그룹의 ν™œλ™μ„ μ•„μΉ΄μ΄λΉ™ν•˜μ—¬ μ±…μž₯ 속 μ±…μœΌλ‘œ ν‘œν˜„ν•œ μ›Ήμ‚¬μ΄νŠΈμž…λ‹ˆλ‹€.

JJA ν™ˆνŽ˜μ΄μ§€ λ°”λ‘œκ°€κΈ° Β»

PC Mobile
ezgif com-video-to-gif-converted (1) ezgif com-video-to-gif-converted (2)
ezgif com-video-to-gif-converted (4) ezgif com-video-to-gif-converted (3)

Contributors


μ˜€λ‚˜μ˜


이은주

Technologies Used

Clone the repository

git clone https://github.com/Jobs-Js/JJA.git

Install dependencies

yarn install

Project Start

yarn dev

File Folder Structure

πŸ“š JJA
β”œβ”€ public
β”‚  β”œβ”€ favicon.ico
β”‚  └─ index.html
└─ src
  β”œβ”€β”€ App.js
  β”œβ”€β”€ assets
  β”‚   β”œβ”€β”€ fonts
  β”‚   └── images
  β”œβ”€β”€ components
  β”‚   β”œβ”€β”€ CircleButton
  β”‚   β”‚   └── CircleButton.jsx
  β”‚   β”œβ”€β”€ Header
  β”‚   β”‚   └── Header.jsx
  β”‚   └── Spinner
  β”‚       └── Spinner.jsx
  β”œβ”€β”€ db
  β”‚   β”œβ”€β”€ chapter.json
  β”‚   β”œβ”€β”€ content.json
  β”‚   └── pptImg.json
  β”œβ”€β”€ index.js
  β”œβ”€β”€ pages
  β”‚   β”œβ”€β”€ BookcontentsPage
  β”‚   β”‚   β”œβ”€β”€ ChapterPage
  β”‚   β”‚   β”‚   β”œβ”€β”€ ChapterPage.jsx
  β”‚   β”‚   β”‚   └── ChapterPageStyle.jsx
  β”‚   β”‚   └── IndexPage
  β”‚   β”‚       β”œβ”€β”€ IndexPage.jsx
  β”‚   β”‚       └── IndexPageStyle.jsx
  β”‚   β”œβ”€β”€ ErrorPage
  β”‚   β”‚   └── ErrorPage.jsx
  β”‚   β”œβ”€β”€ InformationPage
  β”‚   β”‚   └── InformationPage.jsx
  β”‚   β”œβ”€β”€ MainPage
  β”‚   β”‚   β”œβ”€β”€ MainPage.jsx
  β”‚   β”‚   └── MainPageStyle.jsx
  β”‚   β”œβ”€β”€ RootLayout.jsx
  β”‚   └── Router.jsx
  β”œβ”€β”€ style
  β”‚   β”œβ”€β”€ globalStyle.js
  β”‚   └── theme.js
  └── utils
    └── debounce.js