React + GoogleOAuth2 + GoogleTasksAPI + React Queryを利用したサンプルプロジェクト
- React v18
- vite
- react-query v4
- react-google-login
- eslint
- prettier
GoogleAPI接続用の準備が必要となります。 OAuth認証にはReact Google Loginを利用しています。
- GoogleAPI接続用のCLIENT_IDの取得
- GoogleTasksAPIの追加
$ cp .env.local.example .env.local
VITE_CLIENT_ID=**********.apps.googleusercontent.com
$ yarn install
$ yarn dev