Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.17 KB

File metadata and controls

37 lines (21 loc) · 1.17 KB

Stretch

Some things to challenge you if you finished all the other tasks already.

1. Styling

Are your components styled? Use the sx prop to add additional styling. Make use of flex box for the layout of the page.

2. Dialog

The form should be separated from the task list. Convert the Form component into a Dialog component.

3. Reward

We should reward a user for finishing all their tasks!

  1. Look through the list of public API's and find one you think would be a suitable reward for finishing all the tasks

  2. Make sure to choose an API that is:

  • no for Auth
  • yes for https
  • no for cors
  1. Call the API first to make sure you can get data from it.

  2. Once a user completes all the tasks, call the API and display the reward!

4. Apollo Graphql

This is what we use to manage our API's

Complete Lift Off courses from 1 - 4