Your Web News in One Place

Help Webnuz

Referal links:

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

22 Useful Website for Frontend Engineers (Always updated)

TS/JS

Bit.dev

Bit is a scalable and collaborative way to build and reuse components. It's everything you need from local development to cross-project integrations.
https://bit.dev/
Alt Text

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

Prettier Playground

https://prettier.io/playground/

JSLint

Probably most of you use eslint, but when you don't want to use any packages for lint, this might be good.
https://jslint.com/

JWT.IO

JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
JWT.IO allows you to decode, verify and generate JWT.
https://jwt.io/

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

CanIUse

https://caniuse.com/
Alt Text

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

Websu

Websu helps you optimize your web applications for speed by generating detailed reports.
https://websu.io/
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