Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bafs/material-colors-native

Material Colors - A React Native App to Select Material Colors for macOS.
https://github.com/bafs/material-colors-native

app design macos material material-colors tools

Last synced: about 11 hours ago
JSON representation

Material Colors - A React Native App to Select Material Colors for macOS.

Awesome Lists containing this project

README

        

# Material Colors Native

Material Colors Native App for OS X

> [Download the app](https://github.com/BafS/Material-Colors-native/releases/download/v0.3.0/materialcolors.app.zip)

Heavily inspired by [MaterialColorsApp
](https://github.com/romannurik/MaterialColorsApp).

Build with [react-native-macos
](https://github.com/microsoft/react-native-macos).



> Choose your color and click to copy the color code

# Why ?

To test react-native-desktop and also MaterialColorsApp is OS X only so why use [Electron](http://electron.atom.io) ? This resulted in a ~114 Mo app vs ~2.5 Mo for this native one.

## Running this app

```
git clone https://github.com/BafS/Material-Colors-native.git
cd Material-Colors-native
npm install
```

- Open `osx/MaterialColors.xcodeproj` in Xcode
- Hit the *Run* button