diff --git a/Front End Development.md b/Front End Development.md index 61d163e..26843e2 100644 --- a/Front End Development.md +++ b/Front End Development.md @@ -9,19 +9,35 @@ - [HTML and CSS: Design and Build Websites](https://www.amazon.com/HTML-CSS-Design-Build-Websites/dp/1118008189) by Jon Duckett ### Online Courses(Free) + - [Tutorials by W3Schools](https://www.w3schools.com/) +- [Foundations of Front-End Web Development](https://www.udemy.com/foundations-of-front-end-development/) by Davide Molin +- [MDN Practicalities of web development](https://developer.mozilla.org/en-US/docs/Web/Tutorials) ### Online Courses(Paid) +- [The Complete Web Developer: Zero to Mastery](https://www.udemy.com/the-complete-web-developer-in-2018/) by Andrei Neagoie +- [Front End Web Development - How and Why](https://www.udemy.com/front-end-web-development-how/) by Paul Cheney ### Documentations - [W3Schools CSS](https://www.w3schools.com/css/default.asp) - [React Docs/Tutorial](https://reactjs.org/) +- [MDN Web Docs HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) +- [Can I Use: Support Tables](https://caniuse.com/) ### Interactive Tutorials +- [Web Development for Beginners](https://www.freecodecamp.org/) by FreeCodeCamp +- [Introduction To Javascript](https://www.codecademy.com/learn/introduction-to-javascript) by Codecademy + ### Problems to Solve +- [Explore and attempt Front-end coding challenges](https://codier.io/) by Codier + ### Competition Platforms +- [TopCoder](https://www.topcoder.com/challenges/?pageIndex=1) +- [CoderByte](https://www.coderbyte.com/) +- [Project Euler](https://projecteuler.net/) +