4
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

📙React + TypeScript + Firebaseで認証付きの簡単な掲示板を作ろう

Last updated at Posted at 2021-04-11

はじめに

つぶやきしかできないWebアプリを作りました。ReactでWebサービスを作りたい人はこのチュートリアルを読み進め、足りない機能を作ってみると良いでしょう。
Screen Shot 2021-04-11 at 16.43.53.png

Demo: https://single-board-3c001.web.app/
Code: https://github.com/shuent/single-board

Webアプリの機能

  • ログイン
    • Googleアカウントかメールアドレスで認証。
  • つぶやき一覧
  • コメント投稿
    • 認証したユーザーのみ投稿できる

使用する技術・ライブラリなど

  • React
    • Hooks
      • useReducer
    • ContextAPI
  • TypeScript
  • Create React App
  • React Router
  • Firebase
    • Auth
    • Firestore
    • Hosting
  • Chakra UI

実装

ブログに移動しました。

4
5
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?