A sample authentication app implemented with a server-less architecture, using Cognito User Pools, API Gateway, React and Redux.
This app used Calm breeze login screen design. Thanks!
Please see here for how to make CognitoUserPools.
REACT_APP_USER_POOL_ID=xxxxx
REACT_APP_CLIENT_ID=xxxxx
REACT_APP_ENDPOINT=xxxxx
Please create Cognito User Pool before start app.
npm install
npm start