# Learn to Code Guide
Learn to Code group is designed to be a **self-taught** and **self-paced** learning group. The learning resources will be provided for easy onboarding into the coding world.
## Materials needed for success
* PC
* Internet Connection
* Human Brain
## Learning Resources
Programming requires learning from not just a single source but multiple sources.
* [The complete web developer zero to mastery](https://www.udemy.com/course/the-complete-web-developer-zero-to-mastery/) - Available offline
* [Frontend web developer](https://www.linkedin.com/learning/paths/become-a-front-end-web-developer) - Available offline
* [Bootstrap 4 training](https://www.linkedin.com/learning/bootstrap-4-essential-training) - Available offline
* [Pluralsight Mobile Web Track](https://mega.nz/folder/yxcV2AhQ#q0M0JE65PR0eMBFTlpzTpA)
## Extra Learning Resources
| HTML | CSS | JavaScript |
|:-------- |:--------:| --------:|
| [W3schools](https://www.w3schools.com/html/) | [W3schools](https://www.w3schools.com/css/default.asp) | [W3schools](https://www.w3schools.com/js/default.asp) |
| [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML) | [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS) | [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript) |
| TBA | [CSS-tricks](https://css-tricks.com/almanac/) | [Javascript Grammar](https://drive.google.com/file/d/1-2pPBmgvnob6B1WTvzI5J_Zq8JpiU3e5/view?usp=sharing) |
| TBA | [Css dictionary](https://drive.google.com/file/d/1-Lx3_xwiDanwDZK422jd7yIILwnJHGGn/view) | [30 days Javascript](https://javascript30.com/) |
| TBA | [CSS grid](https://cssgrid.io/) | TBA |
| TBA | [CSS flexbox](http://flexbox.io/) | TBA |
| TBA | TBA | TBA |