Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Front End Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)