Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 22, 2021 03:14 pm GMT

16 Useful WebSites for Frontend Engineers

TS/JS

Create App
config.js generator for webpack, Parcel, and Snowpack

Create App supports react, svelte and vue.

https://createapp.dev/
Alt Text

TypeScript Playground

TypeScript Playground is useful to check the latest version's typescript's features.
https://www.typescriptlang.org/play
Alt Text

JavaScript Minifier

Actually, there are some CLI tools and functionalities to minify js, but this can be useful when you don't use any module bundlers and task runners. It's easy to use since we just need to copy and paste js code.
https://javascript-minifier.com/
Alt Text

unminify (js/css/html/xml/json)

This can be useful when you work on xxx.min.js and need to check the code for debugging.
https://unminify.com/
Alt Text

openbase

openbase is a very useful website when you are looking for npm packages for your project since we can see other developers' reviews about the packages.
https://openbase.io
Alt Text

@types search

Search engine for @types files
https://www.typescriptlang.org/dt/search?search=
Alt Text

CSS

CSS Gradient

CSS Gradient is a happy little website and free tool that lets you create a gradient background for websites.
https://cssgradient.io/
Alt Text

CSS clip-path maker

The clip-path property allows you to make complex shapes in CSS by clipping an element to a basic shape (circle, ellipse, polygon, or inset), or to an SVG source.
https://bennettfeely.com/clippy/
Alt Text

Layoutit!

Layoutit generates css for grids design.
https://grid.layoutit.com/
Alt Text

HTML

Placeholder.com

Placeholder.com is a free image placeholder service for web designers, serving billions and billions of images each year.
https://placeholder.com/
Alt Text

other

favicon.io

The only favicon generator you need for your next project. Quickly generate your favicon from text, image, or choose from hundreds of emojis.
https://favicon.io/
Alt Text

PATTERNIFY

http://www.patternify.com/
Alt Text

regular expressions 101

https://regex101.com/
Alt Text

tiny png

https://tinypng.com/
Alt Text

Google Fonts

https://fonts.google.com/
Alt Text

fontello

https://fontello.com/
Alt Text


Original Link: https://dev.to/kojikanao/useful-websites-for-frontend-engineers-27ac

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To