- 구글, 깃허브 소셜 로그인
- 프로필 생성 및 수정
- 리얼 타임 트윗 CRUD 및 이미지 업로드
npm install && npm start
// or
yarn && yarn start
app/
├─ node_modules/
├─ public/
├─ src/
│ └─ components/
│ └─ App.js
│ └─ AuthFrom.js
│ └─ Navigation.js
│ └─ Nweet.js
│ └─ NweetFactory.js
│ └─ Router.js
│ └─ routes/
│ └─ Auth.js
│ └─ Home.js
│ └─ Profile.js
│ └─ fbInstance.js
│ └─ index.js
│ └─ styles.css
├─ .eslintrc.json
├─ .prettierrc.json
├─ .gitignore
├─ package.json
├─ package-lock.json
├─ README.md
├─ jsconfig.json
└─ yarn.lock
