This full-stack react web application was built and deployed with AWS Amplify! it has authentication which allows users to sign up, sign in, and manage their account.
The app also has a scalable GraphQL API configured with an Amazon DynamoDB database allowing users to create and delete notes. It also has file storage using Amazon S3, allowing users to upload images and view them in their app.
Checkout site on: amplifyapp
Useage
To use this app, you can clone it
In the project directory, run:
npm install
npm start
Open http://localhost:3000 to view it in your browser.