- This repository is for sharing "Take Home" styled code tests among SDG Alums.
- Challenges can take 24 hours up to 4 days to complete.
- Create a new project
- Commit your project to GitHub
- Submit your GitHub link to #feedback-requests on the SDG Student/Alumni Slack channel for review
Note: You can use code test that you have taken as inspiration but please do NOT submit an exact copy of a code test you have taken when interviewing for a position.
In general, we follow this workflow:
- Fork the repo on GitHub.
- Clone the project to your own machine.
- Create a folder under one of the categories
- Create a README file that describes what needs to be done to complete the test (See Standard Formatting for Challenges)
- Create a link in the "Category" README to link to your test
- Commit changes to your own branch.
- Push your work back up to your fork.
- Submit a Pull Request so that we can review your changes.
- NOTE: Be sure to merge the latest from upstream before making a Pull Request.
- What requirements/tasks do the code tester need to meet/complete?
- Does this need to be built using a specific language?
- Specify suggested completion time
- If the tester needs to match a specific layout please add a .jpg or .png of the image to your files for reference.
- Is there something the code tester can do to go above and beyond the minimum requirement?
- This might be specific fonts or required colors that you want to supply as part of this challenge.