| PC | Mobile |
|---|---|
![]() |
![]() |
![]() |
![]() |
오나영 |
이은주 |
git clone https://github.com/Jobs-Js/JJA.gityarn installyarn dev📚 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



