-
Notifications
You must be signed in to change notification settings - Fork 2
Task 2
Abhinav Agrawal edited this page Jan 28, 2021
·
3 revisions
In this task, you will be implementing an app which has multiple pages and possibly links. Since these are the times, where we are struck with a pandemic, we will build a COVID Information App!
The app should look something like this:
Try and use different text styles, fonts and images. Look for the information given inside the individual tabs online and add valid/verified facts only. You can add more sections if you want but make sure that the sections in the screenshots are at least present.
Try and implement Dark Mode in the App.
Hint: Use setState.
Avoid using the system dark theme settings in the app.