Things to keep in mind
- It's more important to show how you approached the problem than having the right result.
- If you can't finish or solve the coding challenge make sure to write down your approach on how you would solve the challenge
- Make sure to scope the features of the application. Just build the things you really think is necessary to complete the application and don't lose your time on building features that aren't.
- Make sure to document your reasoning why you decide to build or not build several features. This shows that you've really put some thought into the coding challenge.
- Make sure to always use some seeds as this will speedup the developing proces.
1. Framing the problem
Most important when solving a coding challenge is scoping the problem they would like you to solve. Make sure to write this down as detailed as possible.
- What is the goal of the coding challenge?
- What do they want you to solve?
- Define the key elements of the coding challenges
- Once you've scoped the problem break it down into smaller bits
- Identify which part of the coding challenge you will be struggling with and start to reach out to people for help to get a second opinion
2. Scope the Solution
- Draw the some quick wireframes on how the application should look like