I added a proper introduction to the 'Introduction to the Coding Inte… (#35215)

* I added a proper introduction to the 'Introduction to the Coding Interview Take Home Projects' section

* Changed last line to improve readability
This commit is contained in:
Michał Olejniczak
2019-03-14 15:18:05 +01:00
committed by Randell Dawson
parent f96ab3e129
commit bc2737ff90

View File

@ -5,6 +5,6 @@ superBlock: Coding Interview Prep
---
## Introduction to the Coding Interview Take Home Projects
This introduction is a stub
When applying for a job as a developer, there's a good chance the hiring team will give you something called a "take-home project". As the name suggests, it's something that you're supposed to do on your own, without the interviewer looking over your shoulder. Unlike other parts of the coding interview, which often focus more on theoretical knowledge and less on actual app development - a take-home project is usually the best place to show your skills in practice.
Help us make it real on [GitHub](https://github.com/freeCodeCamp/learn/tree/master/src/introductions).
In this section you'll be able to work on examples of such projects!