- All of the CRUD operations has been handled properly as the async actions
- Added tasks also saved into the local storage of the client’s browser
Repo: https://github.com/Tim275/Serverless-TODO-APP-Frontend/
- addTodo: This Lambda function is used to create a new todo item in the DynamoDB table.
- deleteTodo: This Lambda function is used to delete a specific todo item from the DynamoDB table based on its
id
. - fetchTodo: This Lambda function is used to retrieve a specific todo item from the DynamoDB table based on its
id
. - fetchTodos: This Lambda function is used to retrieve all todo items for a specific user from the DynamoDB table.
- updateCompleted.js: This Lambda function is used to update the 'completed' status of a specific todo item in the DynamoDB table.
- editTodo.js: This Lambda function is used to update the details of a specific todo item in the DynamoDB table.
- updateComplete: This Lambda function is used to update the 'completed status of a specific todo item in the DanymoDB table.
serves persistent storage for the todo items in this app.
soon on amplify
React.js, Tailwind CSS, AWS Cloud, NodeJs