Skip to content

flexelem/react-amplify-simple-login-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Signup Form Using Amplify

A simple reactjs projects which contains;

  • Signup
  • VerifyCode
  • Login

After a user login, dashboard page will open. If user tries to open dashboard page without authenticated then she will be redirected to home page.

Again this is just a super simple demo project to illustrate some basic features for Amplify.

Install Dependencies

npm install

Env Variables

You have to declare two environment variables by creating .env.local file which are;

  • REACT_APP_USERPOOL_ID
  • REACT_APP_USERPOOL_WEB_CLIENT_ID

Running the App

npm start run

This will open a browser in localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published