This is a sample React application that demonstrates user authentication using AWS Cognito. It provides a basic setup for user registration, login, and account management using AWS Cognito services.
Before you begin, ensure you have the following prerequisites:
- AWS Account: You need an AWS account to set up and configure Cognito.
- Node.js and npm: Make sure you have Node.js and npm installed on your local machine.
- AWS CLI: Install and configure the AWS Command Line Interface to interact with AWS resources.
Follow these steps to set up and run the app:
- git clone
- npm install
- npm run start
