Task Planner is a full-stack web application developed using AWS Amplify, offering users a user-friendly interface to schedule their weekly tasks. Secure user access is seamlessly implemented using Amazon Cognito and AWS Amplify CLI, ensuring that users' data is protected. The backend of the application is built with AWS AppSync API, powered by Amazon DynamoDB, a NoSQL database, for robust data management.
- Authentication: Secure user access using Amazon Cognito and AWS Amplify CLI.
- GraphQL API: Data interaction powered by AWS AppSync API and Amazon DynamoDB.
- User-friendly Interface: Thoughtfully designed frontend using Amplify UI components.
- Robust Data Management: Efficient data management with a strong backend.
To get started with Task Planner, follow these steps:
- Click on the application URL to access the application.
- Create an account using the provided authentication process.
- Once logged in, you can start creating your weekly todos.
- You can edit and delete your todos as needed.
- Create a new todo: Enter the task name and description, and click "Create Todo"
- Edit a todo: Click on the todo you wish to edit, make the necessary changes, and click "Save."
- Delete a todo: Click on the delete button next to the todo you want to remove.
We welcome contributions from the community. To contribute to Task Planner, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your fork.
- Submit a pull request to the main repository.
This project is licensed under the MIT License. See the LICENSE file for more information.