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
Description:
The ProgressText component is a static component that has no props or actions but only animation and a fixed width and height. It will be used solely for visual purposes.
In our wireframe, the ProgressTexts component appears when a user uploads a resume and the website starts its processing.
The component animates to switch to the next text for display. Since we don't have a high-level prototype yet, it is up to you how to style it. The requirements are:
Rotating Texts
Animation
You can leave the texts empty or use random words.
Acceptance Criteria:
Add the Guidelines component to src/components/.
Write a JSDoc comment on the component illustrating what this component is about.
Write a test with Jest and RTL to verify its rendering.
The text was updated successfully, but these errors were encountered:
Description:
The ProgressText component is a static component that has no props or actions but only animation and a fixed width and height. It will be used solely for visual purposes.
In our wireframe, the ProgressTexts component appears when a user uploads a resume and the website starts its processing.
Refer to the following as an example,
https://gifyu.com/image/S6zkn
The component animates to switch to the next text for display. Since we don't have a high-level prototype yet, it is up to you how to style it. The requirements are:
You can leave the texts empty or use random words.
Acceptance Criteria:
src/components/
.The text was updated successfully, but these errors were encountered: