Skip to content

Jobs-Js/JJA

Repository files navigation


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

About

JsJobsArchiving

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •