CPSC270
Software Engineering and Project Design

Activity 25

Project - Design Document

With your team, use markdown to create a design document for your app. It should include:

  1. A list of all of the components including the state and props. Refer to the Thinking in React documentation as a guide to this process.
  2. An example of the app’s storage JSON tree. Refer to the Structure Your Database documentation for help designing the storage structure.

Save your design document in your team’s repository.