DEV Community

rendick
rendick

Posted on

5 best websites for front-end developers

Hello! Today I want to tell you best wwebsite for front-end developers.

Let`s start
Enter fullscreen mode Exit fullscreen mode

MDN Web Docs

MDN Web Docs, previously Mozilla Developer Network and formerly Mozilla Developer Center.

The MDN Web Docs is an excellent resource for web developers. It gives an in-depth explanation of almost all concepts in JavaScript(including ES6) CSS and HTML. It a well-trusted source of knowledge. It also has a collection of articles curated to help beginners get into web development.

MDN


W3Schools

W3Schools is a free educational website for learning coding online.

W3Schools is a web developers site, with tutorials and references on web development languages such as HTML, CSS, JavaScript, PHP, SQL, and JQuery, covering most aspects of web programming. The site derives its name from the World Wide Web (W3), but is not affiliated with the W3C

W3Schools


r/webdev

r/webdev cool community on Reddit where you can get help and find new features in Web development like new libraries, frameworks, and so on

r/webdev


SmallDev

This website is like a swiss knife for web utilities. It is a lot of common utilities that we need on a daily basis.

It is super simple and intuitive. You just have to search for the feature you are interested in and click on it. Then you will be presented with some inputs params and generate the desired output.

SmallDev


codepen.io

CodePen is a social development environment. At its heart, it allows you to write code in the browser, and see the results of it as you build. A useful and liberating online code editor for developers of any skill, and particularly empowering for people learning to code. Codepen focus primarily on front-end languages like HTML, CSS, JavaScript, and preprocessing syntaxes that turn into those things.

codepen.io

Top comments (0)