Tasks
Last updated
Was this helpful?
Last updated
Was this helpful?
Hint: CSS is not the main topic here. The priority is to complete as many tasks as you can, even if it means your app looks like crap.
index.tsx
, App.tsx
and react-app-env.d.ts
files. Remove all other files and unused code - including the component code form App.tsx
.Contact
typeA contact should have a name, phone number, e-mail and address.
Hint: you can use for user data - just copy it over to your code.