• Stars
    star
    224
  • Rank 177,144 (Top 4 %)
  • Language
  • Created about 6 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ‘Œ My collection of go-to web development resources

๐Ÿ‘Œ
Awesome Web Development Resources

Table of contents

General resources

  • Devdocs.io: Fast, offline, and free documentation browser for developers. Search 100+ docs in one web app: HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++โ€ฆ
  • DevHints: cheatsheets for many web technologies
  • Carbon: use this to share images of your code in presentations etc
  • Badgen:
  • Shields.io: to your documentation/readmes
  • Git Flight Rules: A guide for astronauts (now, programmers using Git) about what to do when things go wrong.
  • browser-2020: Things you can do with a browser in 2020 โ˜•๏ธ

Really useful tools

These are tools that I use often and that I find useful.

๐Ÿ“ฆ Finding and vetting npm packages

  • npms: A better and open source search for node packages
  • pika: A searchable catalog of modern "module" packages on npm
  • emma: ๐Ÿ“ฆ Terminal assistant to find and install node packages
  • npmvet: A simple CLI tool for vetting npm package versions
  • Bundlephobia: See the "cost" of any npm package
  • Snyk: Find any security vulnerabilities for any npm package. Search their database here: https://snyk.io/vuln/npm:{package} e.g. https://snyk.io/vuln/npm:react
  • runpkg: Explore, learn about and perform static analysis on npm packages in the browser

๐ŸŽจ CSS

CSS-in-JS

  • CSS-in-JS libraries
  • Design System Utils: Design system framework for modern front-end projects (made by me!)
  • Polished: A lightweight toolset for writing styles in JavaScript
  • styled-by: Simple and powerful lib to handle styled props in your components
  • xstyled: Consistent theme based CSS for styled-components ๐Ÿ’…
  • Theme UI: Build consistent, themeable React apps based on constraint-based design principles

JavaScript

Useful JS links

Framework agnostic packages

General utilities

  • Lodash: A modern JavaScript utility library delivering modularity, performance & extras.
  • Just: A library of dependency-free utilities that do just do one thing (like Lodash but smaller)
  • tiny-get: A minimal-weight lodash.get equivalent utility
  • evt: A type safe replacement for node's EventEmitter
  • liteready: A lightweight DOM ready.
  • passport: Simple, unobtrusive authentication for Node.js
  • get-size: Get the size of elements
  • length.js: Library for length units conversion
  • action-outside: Invoke a callback function when clicked or tabbed outside one or multiple DOM elements
  • select-dom: Lightweight querySelector/All wrapper that outputs an Array
  • memoizee: Complete memoize/cache solution for JavaScript
  • memoize-one: A memoization library which only remembers the latest invocation
  • kind-of: Get the native JavaScript type of a value, fast.
  • iterare: Array methods + ES6 Iterators =
  • eases-jsnext: A grab-bag of modular easing equations
  • normalizr: Normalizes nested JSON according to a schema
  • lazy-value: Create a lazily evaluated value
  • fast-equals: A blazing fast equality comparison, either shallow or deep
  • fast-copy: A blazing fast deep object copier
  • compute-scroll-into-view: Utility for calculating what should be scrolled, how it's scrolled is up to you
  • arr: A collection of tiny, highly performant Array.prototype alternatives
  • timedstorage: A library for storing and expiring objects in window.localstorage
  • left-pad: String left pad
  • dont-go: A small client-side library with zero dependencies to change the title and/or favicon of the page when it is inactive
  • always-done: Handle completion and errors with elegance! Support for async/await, promises, callbacks, streams and observables. A drop-in replacement for async-done - pass 100% of its tests plus more
  • title: A service for capitalizing your title properly
  • words: Linguistic javascript modules
  • no-scroll: Disable scrolling on an element that would otherwise scroll
  • libphonenumber-js: A simpler (and smaller) rewrite of Google Android's libphonenumber library
  • text-mask: Input mask for React, Angular, Ember, Vue, & plain JavaScript
  • msk: Small library to mask strings
  • focus-trap: Trap focus within a DOM node
  • tinykeys: A tiny (~400 B) & modern library for keybindings
  • clack: A modern keyboard shortcut library written in Typescript
  • js-humanize: Humanize large numbers
  • pupa: Simple micro templating
  • sub-in: ๐Ÿฅ™ A tiny (115B) find-and-replace utility for strings in Javascript
  • color-hash: Generate color based on the given string (using HSL color space and BKDRHash)
  • string-similarity: Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance
  • cuid: Collision-resistant ids optimized for horizontal scaling and performance
  • obj-str: A tiny (96B) library for serializing Object values to Strings. Also serves as a faster & smaller drop-in replacement for the classnames module
  • clsx: A tiny (223B) utility for constructing className strings conditionally. Also serves as a faster & smaller drop-in replacement for the classnames module
  • xstate: State machines and statecharts for the modern web
  • tasktimer: An accurate timer utility for running periodic tasks on the given interval ticks or dates. (Node and Browser)
  • rough-notation: Create and animate hand-drawn annotations on a web page
  • ouml: รถ.js is a small collection of useful stuff
  • is: Type check values
  • big.js: A small, fast JavaScript library for arbitrary-precision decimal arithmetic
  • js-proper-url-join: Like path.join but for a URL

Async

  • axios: Promise based HTTP client for the browser and node.js
    • axios-retry: Axios plugin that intercepts failed requests and retries them whenever possible
  • redaxios: The Axios API, as an 800 byte Fetch wrapper
  • cross-fetch: Universal WHATWG Fetch API for Node, Browsers and React Native
  • awaity: A functional, lightweight alternative to bluebird.js, built with async / await in mind
  • loadjs: A tiny async loader / dependency manager for modern browsers (789 bytes)
  • await-to-js: Async await wrapper for easy error handling without try-catch

Node

  • Fastify: Fast and low overhead web framework, for Node.js
  • Express
    • helmet: Help secure Express apps with various HTTP headers
    • reqresnext: Tiny helper for express middleware testing
    • lusca: Application security for express apps
    • cookie-session: Simple cookie-based session middleware
  • nodebestpractices: The largest Node.JS best practices list. Curated from the top ranked articles and always updated
  • dumper.js: A better and pretty variable inspector for your Node.js applications
  • http-terminator: Gracefully terminates HTTP(S) server
  • uuid: Generate RFC-compliant UUIDs in JavaScript
  • http-errors: Create HTTP Errors
  • boom: HTTP-friendly error objects
  • deno: A secure JavaScript and TypeScript runtime
  • nanomatch: Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs), posix brackets or braces, and with complete Bash 4.3 wildcard support: ("*", "**", and "?")
  • yn: Parse yes/no like values
  • ncp: Asynchronous recursive file copying with Node.js

Logging

  • pino: ๐ŸŒฒ super fast, all natural json logger ๐ŸŒฒ
  • caterpillar: Caterpillar is the ultimate logging system for Deno, Node.js, and Web Browsers
  • cabin: Cabin is the best JavaScript and Node.js logging service and logging npm package
  • consola: Elegant Console Logger for Node.js and Browser ๐Ÿจ

Responsive

  • responsive-watch: Watch some media queries and react when they change
  • tornis: Tornis helps you watch and respond to changes in your browser's viewport ๐ŸŒฒ
  • actual: Determine actual CSS media query breakpoints via JavaScript

Media and Images

  • images-loaded: Wait for images to load using promises. No dependencies.
  • lazysizes: High performance and SEO friendly lazy loader for images (responsive and normal), iframes and more, that detects any visibility changes triggered through user interaction, CSS or JavaScript without configuration.

Image services

  • sharp: High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images. Uses the libvips library.
  • IMGIX: Real-time image processing and image CDN

Date

  • date-fns: Modern JavaScript date utility library
  • tinydate: A tiny (337B) reusable date formatter. Extremely fast!
  • tinytime: โฐ A straightforward date and time formatter in <1kb

Scrolling

Carousels

Animation

  • ramjet: Morph DOM elements from one state to another with smooth animations and transitions
  • anime: JavaScript Animation Engine
  • GSAP:the standard for JavaScript HTML5 animation | GreenSock
  • Vanilla-tilt.js: A smooth 3D tilt javascript library forked from Tilt.js

Web workers

  • workerize: Run a module in a Web Worker
  • greenlet: Move an async function into its own thread. A simplified single-function version of workerize.

Immutable

  • immer: Create the next immutable state tree by simply modifying the current tree
    • use-immer: Use immer to drive state with a React hooks
  • unchanged: A tiny, fast, unopinionated handler for updating JS objects and arrays immutably
  • seamless-immutable: Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objectsseamless-immutable`
  • mutik: A tiny (495B) immutable state management library based on Immer

Typography

  • fitty: Makes text fit perfectly

Polyfills

โš›๏ธ React

reactjs.org

React-specific libs:

  • react-powerplug: Renderless Containers
  • formik: Build forms in React, without the tears ๐Ÿ˜ญ
  • react-router: Declarative routing for React
  • Reach Router
  • react-fns: React Components for common Web APIs
  • react-portal: React component for transportation of modals, lightboxes, loading bars... to document.body
  • react-ideal-image: ๐Ÿ–ผ๏ธ An Almost Ideal React Image Component
  • react-adopt: Compose render props components like a pro
  • downshift
  • react-loadable: A higher order component for loading components with promises
  • react-portal: React component for transportation of modals, lightboxes, loading bars... to document.body
  • js-lingui: ๐ŸŒ๐Ÿ“–: A readable, automated, and optimized (5 kb) internationalization (Intl / i18n) for JavaScript
  • react-mq: Barebones CSS media query component for React, ~560 bytes
  • react-media: CSS media queries for React. This is SSR compatible as well.
  • merge-props: Merges className, style, and event handler props for React elements
  • react-uid: Render-less container for generating UID for a11y, consistent react key, and any other good reason ๐Ÿฆ„
  • clsx: A tiny (229B) utility for constructing className strings conditionally
  • Framer Motion: An open source React library to power production-ready animations. Design fluid animations for the web, across desktop and mobile
  • react-axe: Accessibility auditing for React.js applications
  • use-click-away: React hook to detect click or touch events outside an element
  • react-tiny-virtual-list: A tiny but mighty 3kb list virtualization library, with zero dependencies ๐Ÿ’ช Supports variable heights/widths, sticky items, scrolling to index, and more!
  • react-laag: Primitives to build things like tooltips, dropdown menu's and popovers in React
  • react-dnd: Drag and Drop for React

React Hooks

  • swr: React Hooks library for remote data fetching
  • Hooks.Guide: Collection of React hooks curated by the community
  • useHooks: Easy to understand React Hook recipes
  • beautiful-react-hooks: ๐Ÿ”ฅA collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development ๐Ÿ”ฅ
  • react-adaptive-hooks: Deliver experiences best suited to a user's device and network constraints
  • use-local-storage-state: React hook that persists data in localStorage
  • Rooks: Collection of React hooks โš“ for everyone

State management

  • jotai: ๐Ÿ‘ป Primitive and flexible state management for React
  • zustand: ๐Ÿป Bear necessities for state management in React
  • redux: Predictable state container for JavaScript apps
  • parket: A library to manage application state, heavily inspired by mobx-state-tree
  • unstated: State so simple, it goes without saying
  • mergeState: How to Stop Worrying and Use Nested Object/Array in React/Redux States
  • effector: The state manager โ˜„๏ธ
  • Recoil: Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.

Server-rendered React

Static site generators

  • Gatsby: Blazing fast static site generator for React
  • Eleventy: A simpler static site generator

Microservices/Serverless

TypeScript

typescriptlang.org

Command Line, Terminal and shells

Fish shell: The user-friendly command line shell

  • My fish_config
  • awesome-fish: A curated list of packages, prompts, and resources for the amazing fish shell
  • Starship: Cross-Shell Prompt
  • tide: ๐ŸŒŠ A modern prompt manager for the Fish shell

Creating CLI apps

  • gluegun: A delightful toolkit for building Node-powered CLIs
  • inquirer: A collection of common interactive command line user interfaces
  • commander: node.js command-line interfaces made easy
  • sade: Sade is a small but powerful tool for building command-line interface (CLI) applications for Node.js that are fast, responsive, and helpful!

CLI apps

  • serve: Static file serving and directory listing
  • awesome-cli-apps: A curated list of command line apps
  • SpaceVim: A community-driven modular vim distribution - The ultimate vim configuration

Tooling

Code bundlers

  • Vite: Next Generation Frontend Tooling
  • esbuild: An extremely fast JavaScript bundler
  • swc: swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript
  • preconstruct: ๐ŸŽ Dev and build your code painlessly in monorepos
  • Webpack: script/asset bundler
  • Parcel: Blazing fast, zero configuration web application bundler
  • microbundle: Zero-configuration bundler for tiny modules
  • rollup.js: Rollup is a module bundler for JavaScript
  • ncc: Node.js Compiler Collection. Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.
  • fastpack: Pack JS code into a single bundle fast & easy

Package management and publishing

  • np: A better npm publish
  • size-limit: Prevent JS libraries bloat. If you accidentally add a massive dependency, Size Limit will throw an error
  • bundlesize: Keep your bundle size in check
  • nps: All the benefits of npm scripts without the cost of a bloated package.json and limits of json
  • Dependabot: Dependabot creates pull requests to keep your dependencies secure and up-to-date
  • npm-config (docs): More than you probably want to know about npm configuration
  • patch-package: Fix broken node modules with no fuss ๐Ÿ“ฆ๐Ÿ‘Œ
  • madge: Create graphs from your CommonJS, AMD or ES6 module dependencies

Commit hooks

Testing

  • Jest: Delightful JavaScript Testing

    • majestic: Zero config UI for Jest
    • jest-chain: Chain Jest matchers together to create one powerful assertion ๐Ÿƒโ›“
    • jest-extended: Additional Jest matchers ๐Ÿƒ๐Ÿ’ช
    • snapshot-diff: Diffing snapshot utility for Jest
    • jest-date-mock: ๐ŸŒ— Mock Date when run unit test cases with jest. Make tests of Date easier
  • Cypress: end-to-end testing

    • cypress-testing-library: ๐Ÿ… Simple and complete custom Cypress commands and utilities that encourage good testing practices
    • cypress-axe: Custom commands for Cypress to run a11y checks with axe-core
    • start-server-and-test: Starts server, waits for URL, then runs test command; when the tests end, shuts down server
  • dom-testing-library: ๐Ÿ™ Simple and complete DOM testing utilities that encourage good testing practices

  • react-testing-library ๐Ÿ: Simple and complete React DOM testing utilities that encourage good testing practices

  • Chance: Random generator helper for JavaScript

  • faker.js: generate massive amounts of fake data in Node.js and the browser

  • nock: HTTP server mocking and expectations library for Node.js

  • Stryker Mutator

  • given2: Lazy variable evaluation for Jasmine, Mocha, Jest specs, inspired by Ruby and Rspec ๐Ÿ’Ž

  • benny: A dead simple benchmarking framework for JS/TS libs

  • benchmark.js: A benchmarking library. As used on jsPerf.com

  • ui-testing-best-practices: The largest UI testing best practices list (lat update: April 2020) (work in progress)

Code formatting and linting

Miscellaneous

  • npm-run-all: A CLI tool to run multiple npm-scripts in parallel or sequential
  • cross-port-killer: Kill the process running on a given TCP port on Windows, Linux and Mac
  • envinfo: Generate a report about your development environment for debugging and issue reporting
  • mkcert: A simple zero-config tool to make locally trusted development certificates with any names you'd like

Progressive Web Apps

  • Workbox & (repo): JavaScript libraries for Progressive Web Apps

Code Sandboxes

  • CodeSandbox: CodeSandbox is perfect for React demo apps
  • Codepen: Codepen is perfect for non-React front-end demos and prototypes
  • CodeShare: Codeshare is useful for collaborating on a single file if devs are not in the same room
  • Glitch

APIs

  • Postman: used to develop, test and monitor APIs
  • MockAPI: create a mock API
  • jsonbin: A personal JSON store as a RESTful service
  • test-cors.org
  • Reqres: A hosted REST-API ready to respond to your AJAX requests
  • Mirage JS: An API mocking library for frontend developers
  • Postwoman: API request builder

GraphQL

  • GraphQL Playground
  • Apollo GraphQL: Apollo Data Graph Platformโ€” unify APIs, microservices, and databases into a data graph that you can query with GraphQL
  • urql: The highly customizable and versatile GraphQL client
  • graphql-request: Minimal GraphQL client supporting Node and browsers for scripts or simple apps
  • graphql-lodash: ๐Ÿ›  Data manipulation for GraphQL queries with lodash syntax

JSON

  • JSON generator: generate a lot of custom JSON for your app/site
  • JSON Editor Online: view/edit JSON in a better format
  • fx: Command-line tool and terminal JSON viewer ๐Ÿ”ฅ

HTML

SVG

Icons

SVG/Image Media compression

Conversions and unicode

Features and feature detection

Performance

  • Bundlephobia: find the cost of adding a npm package to your bundle

Performance testing and monitoring

Design

Design Systems and documentation

  • Storybook: UI dev environment you'll love to use
  • react-styleguidist: - Isolated React component development environment with a living style guide
  • Docusaurus: Easy to Maintain Open Source Documentation Websites
  • Docz
  • design-system-utils: - Design system framework for modern front-end projects
  • Docute: The fastest way to create a documentation site for your project
  • playroom: Design with JSX, powered by your own component library

Accessibility (A11y)

Accessibility is an extremely important part of any web project. While the SOW, functional spec or user-stories might not directly mention a11y, it is up to each developer to ensure that best efforts are made to make our websites as accessible as possible.

A11y tools and resources:

A11y Chrome extensions

DevOps

HTTP Status Codes

Continuous integration

Docker

  • dockle: Container Image Linter for Security, Helping build the Best-Practice Docker Image, Easy to start

Hosting

Domains

Design

Typography

IDEs and Text Editors

VS Code

Programming fonts

Code colour schemes

Regular expressions

  • Regex101: Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript

Learning resources

  • Web Skills: A visual overview of useful skills to learn as a web developer

If you think there are better alternatives, or that there should be something added to the list, please create an issue or create a pull request

More Repositories

1

design-system-utils

๐Ÿ‘ฉโ€๐ŸŽจ Access your design tokens with ease
TypeScript
537
star
2

gatsby-theme-code-notes

A Gatsby theme for publishing code-related notes to your website
TypeScript
470
star
3

SublimeTextSetupWiki

Enable people to get started with Sublime Text 2 much more quickly
JavaScript
463
star
4

Placeholders

Placeholder HTML & content (lorem ipsum) package for Sublime Text 2
143
star
5

trak.js

Universal analytics event tracking API
JavaScript
134
star
6

HTML5-Coda-Clips

A selection of HTML5 snippets for use in Panic's Coda web dev app
87
star
7

SimpleSharing

Twitter, Facebook, Google+, Instapaper & LinkedIn social link that do not rely on Javascript
CSS
56
star
8

webpack-recipes

๐Ÿ†˜ A collection of webpack configurations
JavaScript
48
star
9

Otter

Otter is a self-hosted bookmark manager made with Next.js and Supabase with Mastodon integration.
TypeScript
47
star
10

react-design-system-boilerplate

At the moment this project is out-of-date and unmaintained. I hope to revisit it soon though... This is a boilerplate for you to create your own design system in React. It has everything setup to allow you to focus on what it is you care about: creating awesome, reusable components.
TypeScript
46
star
11

SublimeText3UserSettings

My personal Sublime Text 3 User Settings
43
star
12

notes.zander.wtf-gatsby

Notes on code. My memory bank.
TypeScript
40
star
13

Boost

Boost is now Kickoff, see adjacent link
CSS
38
star
14

xkcd-api

๐Ÿ’ช CORS enabled version of the XKCD API
JavaScript
37
star
15

stitches-ui

A minimal implementation of Theme UI using Stitches
TypeScript
25
star
16

scriptable-widgets

JavaScript
24
star
17

snippet-generator

โšก Sublime Text, Atom & VS Code snippet generator
JavaScript
24
star
18

ZM-Resources

List of all scripts & resources I use on a regular basis
23
star
19

Coda-Blackboard-Seestyles

Syntax highlighting themes for Coda
18
star
20

gatsby-starter-code-notes

JavaScript
17
star
21

prismic-reactjs-custom

This is an opinionated fork of prismic-reactjs that allows you to use custom React components instead of standard HTML tags
TypeScript
15
star
22

depdoc

Auto-generate markdown documentation using your package.json's dependencies
JavaScript
13
star
23

Choreographic-Grid

Not ready for prime-time yet, but I hope this could help solve lots of responsive content choreography problems
CSS
13
star
24

pinboard-chrome-extension

This Chrome extension improves the design and UX of Pinboard.in
CSS
12
star
25

zander.wtf-2020

๐Ÿ‘ฑ My personal website
CSS
11
star
26

SublimeText2UserSettings

My personal Sublime Text 2 User Settings
Ruby
11
star
27

SASS-Snippets

A collection of Sublime Text 2 snippets & functions to be used with SASS. Most snippets are to be used specifically with .scss
8
star
28

cloudflare-worker-scraper

Page Metadata Scraper with Cloudflare workers
TypeScript
7
star
29

notes.zander.wtf

TILs, snippetsโ€”my digital code garden ๐ŸŒฑ
CSS
7
star
30

cloze-test

Simple Cloze test generator
JavaScript
6
star
31

zander.wtf-2019

๐Ÿ‘ฑ My personal website
JavaScript
6
star
32

Sketch-website-template

Responsive website design template for Sketch 3
6
star
33

pinboard-api

A free, CORS-enabled version of the Pinboard public feeds API
JavaScript
5
star
34

feeds.zander.wtf-svelte

My feeds, built with Svelte, Tailwind, Vite
Svelte
4
star
35

frontmatter-date-setter

JavaScript
4
star
36

alfred-npm-versions

Lookup the latest 15 versions for an npm package
JavaScript
4
star
37

zander.wtf-2017

My old personal portfolio and blog
CSS
4
star
38

programmers-clipboard

๐Ÿ‘Œ Copy unicode characters to your clipboard for use in different programming languages: CSS, Javascript, HTML & plain text
JavaScript
4
star
39

refined-prismic

Browser extension that simplifies the Prismic interface and adds useful features
JavaScript
3
star
40

the-unit

Parses a number and unit string, and returns the unit used
JavaScript
3
star
41

react-npm-package

A base for an npm package that uses React, Vite, Storybook and Vitest
TypeScript
3
star
42

feeds.zander.wtf-nextjs

TypeScript
3
star
43

pinboard-api-cache

A free, CORS-enabled version of the Pinboard public feeds API, but with a one hour cache
JavaScript
3
star
44

rigel-vscode

Port of Rigel theme for VS Code
3
star
45

InteractionCheck.js

Prompt users if they have not interacted with your page for a given amount of time
JavaScript
3
star
46

front-end-vscode-extensionpack

A collection of extensions for working with Front-end Applications in VS Code
3
star
47

fish

My fish shell dotfiles
Shell
2
star
48

scrollObserver

Add class to element when a specific scroll value has been reached
JavaScript
2
star
49

isDateValid

Validate a date
TypeScript
2
star
50

zander.wtf

my site
XSLT
1
star
51

journal

A personal journalling app built with SvelteKit, Supabase & little bit of AI
Svelte
1
star
52

gh-release-experiments

1
star
53

coding-standards

Coding standards and resources
1
star
54

Stacey-Bundle

Textmate bundle for the brilliant Stacey CMS (http://staceyapp.com/)
1
star
55

social-homepage

My social homepage, MrMartineau.co.uk.
CSS
1
star
56

githubwatched

Simple app to show a user's watched & owned repos
JavaScript
1
star
57

zander-react-contentful

JavaScript
1
star
58

issue-templates

1
star
59

HTMLPrototype

My basis for HTML/PHP prototypes
JavaScript
1
star
60

mrmartineau

1
star
61

zander.wtf-after.js

experimental after.js version of my next.js website
JavaScript
1
star
62

gitmoji-alfred-snippets

Gitmoji snippets for Alfred
1
star
63

scripts

Shareable config scripts
JavaScript
1
star
64

grunt-filesizegzip

Grunt plugin to output file size information
JavaScript
1
star
65

raycast-extensions

TypeScript
1
star
66

rollup-routes-test

JavaScript
1
star
67

unsplash-search

Simple Unsplash search
JavaScript
1
star
68

CSSOff2013

My submission for the 2013 CSSOff competition. Unfortunately I was not able to finish due to lack of available time
CSS
1
star
69

rsstojson

Simple API to convert RSS feeds to JSON
TypeScript
1
star
70

KOglossaryLinks

KOglossaryLinks is a jQuery plugin that shows tooltips of glossary terms, from a JSON feed, when hovered (or tapped on touchscreen devices)
CSS
1
star
71

Boost-Snippets

Sublime Text 2 package for my Boost front-end framework
1
star