Some things to challenge you if you finished all the other tasks already.
Are your components styled? Use the sx prop to add additional styling. Make use of flex box for the layout of the page.
The form should be separated from the task list. Convert the Form component into a Dialog component.
We should reward a user for finishing all their tasks!
- Watch this video on async.
- What is an API
- Read section 3 of this article
-
Look through the list of public API's and find one you think would be a suitable reward for finishing all the tasks
-
Make sure to choose an API that is:
- no for Auth
- yes for https
- no for cors
-
Call the API first to make sure you can get data from it.
-
Once a user completes all the tasks, call the API and display the reward!
This is what we use to manage our API's
Complete Lift Off courses from 1 - 4