https://github.com/iia-hannah/react-firebase-nwitter
Cloning Twitter React + Firebase by Nomad Coders
https://github.com/iia-hannah/react-firebase-nwitter
firebase firestore nomad-coders oauth react
Last synced: 2 months ago
JSON representation
Cloning Twitter React + Firebase by Nomad Coders
- Host: GitHub
- URL: https://github.com/iia-hannah/react-firebase-nwitter
- Owner: iia-hannah
- Created: 2020-12-21T12:08:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T07:19:01.000Z (over 5 years ago)
- Last Synced: 2025-08-04T05:28:28.840Z (11 months ago)
- Topics: firebase, firestore, nomad-coders, oauth, react
- Language: JavaScript
- Homepage:
- Size: 4.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-firebase-nwitter
- Cloning Twitter React + Firebase by Nomad Coders
- [노마드 코드 강의](https://nomadcoders.co/nwitter) 를 보고 실습하였습니다 :)
- 실습 결과보기 -> [Demo](https://hyunah-iia.github.io/react-firebase-nwitter)
사용 기술
---
- npm
- React
- Firebase Authentication
- Cloud Firestore
- Firebase Storage
설치 및 실행방법
---
```
$ git clone https://github.com/HyunAh-iia/react-firebase-nwitter.git
$ cd react-firebase-nwitter && npm install
$ npm run start (혹은 yarn start)
```