indianaPoly / realword_PB

유어슈에서 2인 1조로 진행되었던 리월월드 구현 페어프로그래밍입니다.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YourSSU-RealWorld-PB

realworld-dual-mode

👀 프로젝트 소개

숭실대학교 중앙동아리 유어슈, 웹 프론트엔드팀

RealWorld 클론 코딩 & 페어 프로그래밍 프로젝트

프로젝트 기간: 2023.05.20~2023.07.07

😎 팀원

Bori (@nijuy) Poly (@indianaPoly)

🛠 기술 스택

TypeScript Vite React react-router-dom axios recoil recoil-persist react-query qs

📁 폴더 구조

📦src
 ┣ 📂api // api 호출 함수
 ┣ 📂components // 여러 페이지에서 사용하는 컴포넌트
 ┃ ┣ 📂layout // Header, Footer 등 화면 구조의 뼈대
 ┣ 📂pages // 페이지
 ┣ 📂recoil
 ┃ ┗ 📂atom // recoil atom 정의
 ┣ 📂services // 서비스 함수 (토큰)
 ┣ 📂types // 타입 정의
 ┣ 📜App.tsx // Routing
 ┣ 📜main.tsx
 ┗ 📜vite-env.d.ts

✨ 실행

Installation

$ git clone https://github.com/nijuy/realworld-PB.git
$ cd realworld-PB

Frontend

$ npm install --global yarn
$ yarn install
$ yarn run dev

About

유어슈에서 2인 1조로 진행되었던 리월월드 구현 페어프로그래밍입니다.


Languages

Language:TypeScript 98.2%Language:HTML 1.3%Language:JavaScript 0.6%