You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ At the end of the day, it's about [_writing less code_](https://youtu.be/GnO7D5U
20
20
21
21
Head to [our Handbook](https://mui-org.notion.site/Why-MUI-d8b8c142a6a44e3aa963f26edf4e03db) to learn more.
22
22
23
-
## Summary
23
+
## The challenge
24
24
25
25
Your challenge is split into two phases:
26
26
@@ -54,7 +54,7 @@ The goal of this first phase is to implement the above component:
54
54
55
55
In practice, such a solution would require dozens of hours to reach the high-quality bar we expect MUI components to have (if not > 100 hours). To keep the challenge short, we will focus on solving a subset of the problem:
56
56
57
-
- you may drop behaviors that have a too high time opportunity cost. Please **document the behaviors your drop and why**.
57
+
- you may drop behaviors that have a too high time opportunity cost. Please **document the behaviors you drop and why**.
58
58
- don't write documentation but enough to see how to use the component, e.g. one demo.
59
59
- only one browser support (of your choice)
60
60
- no touch screen support
@@ -93,7 +93,7 @@ This second phase is about handling a fake GitHub issue a developer has just ope
93
93
94
94
### Issue
95
95
96
-
_Developers rarely spend the time to explain the pain point they face in detail nor provide context. Lucky for us, we got a reproduction we can leverage:_
96
+
_Developers rarely spend the time to explain the pain point they face in detail nor provide context. Lucky for us, we received a reproduction we can leverage:_
97
97
98
98
> Hi, I'm facing problem, please help.
99
99
>
@@ -130,8 +130,8 @@ Instructions:
130
130
131
131
-**DO NOT** fork / host your project on a public repository.
132
132
- Please send us a zip file containing this project using the upload link that we have provided by email (**with** the _.git_ folder).
133
-
- To significantly reduce the size of the archive, you can remove the `/_node_modules_/` and `/docs/.next/` folders.
134
-
- If you don't have the upload link, you can simply send it to job@mui.com.
133
+
- To significantly reduce the size of the archive, remove the `/_node_modules_/` and `/docs/.next/` folders.
134
+
- If you don't have the upload link, you can send it to job@mui.com.
135
135
136
136
We're excited and looking forward to seeing what you'll create!
0 commit comments