Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skyt-a/coopet
ペットでつながるSNS「coopet」です
https://github.com/skyt-a/coopet
Last synced: 13 days ago
JSON representation
ペットでつながるSNS「coopet」です
- Host: GitHub
- URL: https://github.com/skyt-a/coopet
- Owner: skyt-a
- Created: 2019-04-28T14:54:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T00:52:47.000Z (about 1 year ago)
- Last Synced: 2024-11-07T14:27:14.606Z (2 months ago)
- Language: TypeScript
- Homepage: https://coopet-51a0b.web.app/
- Size: 4.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
記事を書きました https://qiita.com/RinGoku/items/508ce957a3db2fb34fbb
## アプリケーション概要
ペットでつながるSNSサービス「Coopet」です。ペットの画像投稿とその画像へのコメントを通じて交流を図ります。## アプリケーションの機能一覧
・ログイン機能(メールアドレス+パスワード、SNS(Google・Twitter)によるログインとテストユーザーログインが可能になっています)
・画像投稿機能
・画像閲覧機能
・コメント機能## アプリケーション内で使用している技術一覧
### フロントエンド
- React
* Redux
* Material-UI
* redux-saga
* redux-logger
### サーバーサイド
- Firebase
* Authentication
* Database(Realtime Database)
+ ユーザー情報保存
* Storage
+ 画像保存### テスト
- Jest + enzyme### CI/CD
- Circle CI