Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darekkay/dev-tools

Developer tools
https://github.com/darekkay/dev-tools

cheatsheet css web-development

Last synced: 15 days ago
JSON representation

Developer tools

Awesome Lists containing this project

README

        

# Developer Tools

A collection of small tools and utilities for software developers.

## Flexbox Cheatsheet

A graphical overview of the [CSS Flexible Box Layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout) properties. It is optimized to be printed on a single landscape format paper.

Based on [CSS Cheats](https://github.com/sakamies/css-cheats) by @sakamies.

- [Live Demo](https://darekkay.com/flexbox-cheatsheet/)

![Flexbox Cheatsheet](src/assets/img/preview-flexbox-cheatsheet.png)

## Color Tools

A simple color converter and visualizer.

Inspired by [Contrast Ratio](https://contrast-ratio.com/) and [Colorrrs](https://www.webpagefx.com/web-design/hex-to-rgb/).

- [Live Demo](https://darekkay.com/dev/color-tools.html)

![Color Tools](src/assets/img/preview-color-tools.png)

## License

Copyright 2020 Darek Kay

This project and its contents are open source under the [MIT license](LICENSE).