React App with Typescript and AWS Amplify to add Sign up, Login and Logout
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This is a Demo project using React v8, AWS Amplifly, GraphQL and DynamoDB.
- Built to have a Signup / login Authentication process
- Email with Verification code
- Home page with a Key map list of cards(Projects) that uses the GraphQl shceme and Amazon DynamoDB
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Get a free API Key at https://example.com
- Clone the repo
git clone git@github.com:MadLabDesign/mld-auth-page.git
- Install NPM packages
npm install
- Enter your API in
config.jsconst API_KEY = 'ENTER YOUR API';
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.