This application was created specifically to practice deploying a real-world application to AWS. The app has a persistent database that any user can interact with. This means that the task list is not instanced to each particular user. If you want to see a ToDo List I created that is instanced to each user and is stored in local storage, visit https://softdeveloper23.github.io/to-do-list-app/ to test that app live.
DynamoDB | Lambda | Amplify | Express | React | Node
A task list that can add/delete/update/ and cross out tasks. The project was built using React as the frontend UI and Node.js/Express.js for the backend.
The project was deployed to Amazon Web Services using DynamoDB and Lambda to house the database and Amplify to build and deploy the UI.
Visit the link in the About section to see the project live. There, you can interact with the web application in real-time.