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
Congrats and welcome to Stage 2 of the Code Hangar React Interview! All instructions for this stage are contained in this issue. The purpose of this stage is to provide you a small coding challenge that will help us evaluate your React proficiency and ability to complete work based on written instructions. If you have any questions about the requirements below, please leave a comment on this issue and one of our team members will respond within 48 hours.
Please read all instructions before getting started. Good luck and have fun!
1. Feature Request
Add a new component that displays the following:
an avatar that represents you
your name
your github username that links to your github profile
a link to your resume
Style the component to resemble the following example:
This component should display after the user arranges the items in the list to read "SHOW ME THE CODE" from top to bottom.
We will be evaluating your ability to write new code to develop a feature based on the above specifications.
2. Refactor
Currently, most code in this project lives in App.js. We would like you to refactor this file, including any code you write, into distinct components as needed. We will be evaluating your code style and organization.
3. Fix any console errors
When you are finished there should be no errors or messages displaying in the console.
Congrats and welcome to Stage 2 of the Code Hangar React Interview! All instructions for this stage are contained in this issue. The purpose of this stage is to provide you a small coding challenge that will help us evaluate your React proficiency and ability to complete work based on written instructions. If you have any questions about the requirements below, please leave a comment on this issue and one of our team members will respond within 48 hours.
Please read all instructions before getting started. Good luck and have fun!
1. Feature Request
Add a new component that displays the following:
Style the component to resemble the following example:
This component should display after the user arranges the items in the list to read "SHOW ME THE CODE" from top to bottom.
We will be evaluating your ability to write new code to develop a feature based on the above specifications.
2. Refactor
Currently, most code in this project lives in App.js. We would like you to refactor this file, including any code you write, into distinct components as needed. We will be evaluating your code style and organization.
3. Fix any console errors
When you are finished there should be no errors or messages displaying in the console.
4. Deploy
Deploy your finished application using https://www.netlify.com/
5. Submit a PR
Once you have complete all of the above, submit a PR to this repository with your changes and include a link to your application hosted on Netlify.
The text was updated successfully, but these errors were encountered: