Skip to content

Presentation

You will present as a team. You will have 10–12 minutes to present. Divide the time into 3–4 minute segments: one for each student.

Your application must be deployed and presented via a public URL. At any time, the instructor may ask you to open the DevTools. The console should not have any errors or excessive output.

Outline

Consider presenting the following:

  • Demonstrate how the application works in the browser:
    • Show the “advanced” functionality, especially persistence, export, import, network request(s), mobile vs. desktop.
    • Consider walking the class through how to use the app.
  • Share focused excerpts of source code that demonstrate reuse, modularization, or other best practices.
    • Warn the audience about questions you’ll ask them at the end.
    • Ex: This claim was really hard for us. Did anyone get it? How?!
  • Share your reflections on:
    • things that went well or that didn’t.
    • successes/challenges with the platform (client-side web).
    • cool/surprising/outrageous things you learned.

Guidelines

You must not show your entire code; focus on the most interesting parts. Explain any problems you encountered and how you solved them. Give the audience a sense of what you learned during this project.

Be sure to demo both the “desktop” (large screen) and “mobile” (small screen) layouts of your app. You may use the DevTools to simulate a mobile device, or just resize the browser window, or something else.

The presentation must involve all group members—don’t allow one person to do most of the talking. Practice transitions beforehand so you know how to support each other and tell a cohesive story about your work.