nathanmauro / aws-amplify-team-task-tracking

Steps for creating production ready app for tracking repeated activities for a team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team Task Tracking Tool

Team Task Project

When we work as a team we usually end up identifying activities which needs to be done on repeating basis. These activities needs to be tracked and ensured that we complete them on time.

In the following labs we will be building a team task tracking tool. This tool dynamically creates weekly, monthly and yearly tasks based on metadata.

This project can help you track those items and ensure all team members act on customer specific actions and Yearly Goals on regular basis.

So if you are working in a team which needs to carry out certain tasks in regular interval, this will be a good starting point.

Also, it will help you understand how easy it is to create an application using Amplify in less than an hour. You would learn about Amplify's capabilities to help you integrate with Appsync with Dynamodb, cloudfront, s3 and cognito

We would be using following architecture to develop this tool

AppsyncTamTasks

Screenshots

app-screenshot1

app-screenshot2

Prerequisite (Things you need to have before you start building)

  1. NodeJS and NPM - Installation instructions - https://nodejs.org/en/download/
  2. Angular CLI - Installation instructions - https://angular.io/cli
  3. AWS CLI - Installation instructions https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html
  4. Amplify CLI - Installation instructions - https://aws-amplify.github.io/docs/cli-toolchain/quickstart

You need to install NPM 6.10.0+ , Node v11.14.0+ , Angular CLI version 8.0.6+ , Angular version 8.0.3+ and amplify cli version 1.2.4+

This exercise is divided into 5 Labs

You need to complete LAB exercise in sequence (LAB1 followed by LAB2 followed by LAB3)

Proceed to LAB 1

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

Steps for creating production ready app for tracking repeated activities for a team

License:MIT No Attribution


Languages

Language:TypeScript 85.5%Language:HTML 9.5%Language:CSS 3.4%Language:JavaScript 1.5%