All Projects → miripiruni → Frontdesk

miripiruni / Frontdesk

Community driven list of useful things for Front End Developers

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Frontdesk

Mimic
Seamless client side mocking
Stars: ✭ 380 (-76.43%)
Mutual labels:  tools, frontend
Eshoponcontainersddd
Fork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns
Stars: ✭ 126 (-92.18%)
Mutual labels:  frontend
Components
Fully responsive and beautiful HTML components made with VueJS and TailwindCSS.
Stars: ✭ 121 (-92.49%)
Mutual labels:  frontend
Bash Utils
A collection of hand-crafted bash scripts for various common tasks.
Stars: ✭ 124 (-92.31%)
Mutual labels:  tools
Utils.js
Useful JavaScript Functions Collection 一些很实用的JavaScript函数封装集合
Stars: ✭ 121 (-92.49%)
Mutual labels:  tools
Awesome Product Design
A collection of bookmarks, resources, articles for product designers.
Stars: ✭ 1,679 (+4.16%)
Mutual labels:  tools
Keira3
Cross-platform Database Editor for AzerothCore
Stars: ✭ 120 (-92.56%)
Mutual labels:  tools
Aowow
Database viewer for TrinityCore based on aowow by @LordJZ, based on the JS-Engine of Wowhead
Stars: ✭ 126 (-92.18%)
Mutual labels:  frontend
Gitlab Watchman
Monitoring GitLab for sensitive data shared publicly
Stars: ✭ 127 (-92.12%)
Mutual labels:  tools
Fuck Hard Code
This is a Tool to extract hard code from android layout
Stars: ✭ 122 (-92.43%)
Mutual labels:  tools
Professional Services
Common solutions and tools developed by Google Cloud's Professional Services team
Stars: ✭ 1,923 (+19.29%)
Mutual labels:  tools
Soundize
🎧 A homemade Spotify application. It's a server side rendering client made with React and Redux, powered by the Spotify API
Stars: ✭ 121 (-92.49%)
Mutual labels:  frontend
Tachyons
Functional css for humans
Stars: ✭ 11,057 (+585.92%)
Mutual labels:  frontend
Fe note
📒 Front-end Development Notebook From Start to Finish! (Simplified Chinese)
Stars: ✭ 1,534 (-4.84%)
Mutual labels:  frontend
Godom
Make DOM manipulation in Go as similar to JavaScript as possible. (via GopherJS or WebAssembly)
Stars: ✭ 125 (-92.25%)
Mutual labels:  frontend
Labelbox
Labelbox is the fastest way to annotate data to build and ship computer vision applications.
Stars: ✭ 1,588 (-1.49%)
Mutual labels:  tools
Fgtk
A set of a misc tools to work with files and processes
Stars: ✭ 121 (-92.49%)
Mutual labels:  tools
Kit
Unity3D开发的工具包集合, 集成常见的开发组件以免于重复造轮子。佛系更新中。。。
Stars: ✭ 123 (-92.37%)
Mutual labels:  tools
Wxconn
统计你的微信连接多少人,包括好友、群聊人数,并提供去重后的长图结果
Stars: ✭ 128 (-92.06%)
Mutual labels:  tools
Frontend
18F's Front End Guild –  content has been moved to https://github.com/18F/development-guide
Stars: ✭ 126 (-92.18%)
Mutual labels:  frontend

Frontdesk

Community driven list of useful things for front-end developers. How to contribute?

Table of contents

Bug trackers (browsers & engines)

Mobile simulators

Browsers Dev Builds

Where to download version X of browser Y?

Browsers devtools docs

Browsers plugins

Code snippets

  • Dabblet — interactive playground for quickly testing snippets of CSS and HTML
  • JSBin — JavaScript, HTML and CSS playground
  • gist.github — code snippets
  • GitLab Snippets — code snippets
  • JSFiddle — JavaScript, HTML and CSS playground
  • CodePen — Another JS, HTML, CSS sandbox
  • Plunker — Open-source JavaScript, HTML and CSS playground with real-time code collaboration
  • RegExr — regular expression playground

Img

JS

JS frameworks

  • TodoMVC — helping you select an MV* framework.
  • Backbone.js — give your JS App some Backbone with Models, Views, Collections, and Events.
  • Knockout — is a JavaScript MVVM library that makes it easier to create rich, desktop-like user interfaces with JavaScript and HTML.
  • Knockback.js — provides Knockout.js magic for Backbone.js Models and Collections.
  • React - A JavaScript library for building user interfaces
  • AngularJS
  • Ember.js
  • CanJS
  • Spine — lightweight MVC library for building JavaScript applications.
  • Batman.js — is a framework for building rich single-page browser applications with CoffeeScript or JavaScript.
  • Dojo
  • Agility.js — is an MVC library for client-side Javascript that lets you write maintainable code without compromising on development speed. It’s write less, do more with maintainability.
  • Closure Library is a broad, well-tested, modular, and cross-browser JavaScript library.
  • Metro JS - plugin for jQuery which enables the Modern UI interface on the web.
  • toastr - simple JavaScript toast notifications.
  • jsdb.io — The definitive source of the best JavaScript frameworks, plugins, and tools

Testing frameworks

Assertion libraries

  • Chai - Chai is a BDD / TDD assertion library for node and the browser that can be delightfully paired with any javascript testing framework
  • expect.js - Minimalistic BDD-style assertions for Node.JS and the browser
  • should.js - BDD style assertions for node.js

HTML

Template engines

CSS

CSS Preprocessors

CSS Postprocessors

CSS frameworks

Platforms for building web app

  • Meteor - Meteor is an open-source platform for building top-quality web apps in a fraction of the time, whether you’re an expert developer or just getting started.
  • Google Apps Script - Build web apps and automate tasks with Google Apps Script

Style guides and methodologies

Styleguide generators

Misc

Stats

Performance

CDN

Security

Manuals

  • jQuery Docs
  • You Might Not Need jQuery
  • Try jQuery
  • MDN
  • dochub.io — CSS, HTML, JavaScript, DOM, jQuery, PHP, Python
  • devdocs.io — HTML, CSS, DOM, DOM Events, JavaScript, jQuery
  • overapi.com — Collecting All Cheat Sheets
  • Bento — Everything you need to know about web development. Neatly packaged.
  • Superherojs.com - This site is a continuously updated list of articles that help explain the syntax of JavaScript, how to organize your projects, how to test your code, and what’s on the horizon.
  • JSBooks - JSBooks the best free JavaScript books/resources
  • WebPlatform.org - Open community of developers building resources for a better web, regardless of brand, browser or platform
  • howdns.works - A fun and colorful explanation of how DNS works.

Validators & Quality Tools

  • W3C HTML Validator
  • W3C CSS Validator
  • CSSLint — static analysis tool for CSS code
  • RECSS — A simple and attractive code quality tool for CSS built on top of LESS
  • SCSS-Lint - Configurable tool for writing clean and consistent SCSS
  • JSLint — The JavaScript Code Quality Tool by Douglas Crockford
  • JSHint — community-driven tool to detect errors and potential problems in JavaScript code
  • JSCS — JavaScript Code Style checker
  • livestyle.io/analyzer — A working prototype of LiveStyle’s conceptual UI for improving preprocessor stylesheet editing workflow.

Fonts

CLI Apps

  • Grunt — Javascript task runner
  • Gulp — Javascript task runner based on node streams
  • Yeoman — Developer workflow
  • Brunch — Brunch is an assembler for HTML5 applications
  • Bower — Javascript package manager
  • Jam — Jam is a package manager for JavaScript
  • Component — Component package manager for building a better web
  • Karma test runner — Spectacular test runner for Javascript
  • browser-repl — Launch a repl on your command line to any browser in the cloud

OS X Apps

  • CodeKit — web-dev workflow in the one app: compile everything, autorefresh all browsers, catch errors, add source maps
  • Sketch — beautiful, simple, and powerful vector graphics app.
  • Google Web Designer — tool for creating interactive HTML5-based designs and motion graphics
  • ColorSnapper — easy-to-use tool for quickly finding out the color of any pixel on the screen
  • Gitbox — version control as easy as Mail
  • LiveReload — “As soon as you save a file, it is preprocessed as needed, and the browser is refreshed...”
  • PixFit — measure tool
  • xScope — for measuring, inspecting & testing on-screen graphics and layouts
  • MAMP PRO — Mac, Apache, MySQL and PHP
  • DataURLMaker
  • ImageOptim — drag’n’drop UI and various optimisation tools
  • ImageAlpha — converts 24-bit PNG to paletted 8-bit with full alpha channel
  • BLESS CSS — fighting IE’s CSS selectors limit, and nice tool for checking CSS selectors count
  • Kaleidoscope — a nice diff tool
  • Dash — gives you instant offline access to 80+ API documentation sets.
  • Ghostlab — responsive development workflow tool that allows for synchronized testing of your web app across multiple devices — similar to Edge Inspect
  • ClipMenu — A clipboard manager for Mac OS X
  • noiz.io – ambient sound equalizer for relax or productivity.

Git

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].