Graduate Program KB

AWS Workshop 01

In today's workshop we'll be building "Bit by Bit", a task tracker for the busy I.T. professional.

"Bit by Bit" will be a Single Test Application (SPA) that we'll deploy to the cloud in our next workshop.

Workshop Overview

  1. Set up
  2. Build a User Story Map
  3. Slice a first release
  4. Build it!

Set up (Things to do before we begin):

  1. Learn about User Story Mapping by reading the following two articles:

  2. Create a new empty personal project (https://gitlab.com/users/your.username/projects) on your J1 Gitlab called bit-by-bit.

  3. Check the bit-by-bit repository

cd path/to/your/code/folder
git clone git@gitlab.com:YOUR_GITLAB_USERNAME/bit-by-bit.git
  1. Bootstrap your newly created project using create-react-app
cd path/to/your/code/folder/bit-by-bit
npx create-react-app .
  1. Click the following link:

    • Choose the "Graduate Programme" team to create a new board with an empty User Story Map
    • Immediatlely rename the board "Bit by Bit - First Name Last Name"