All Projects → gongbaochicken → React-Hue

gongbaochicken / React-Hue

Licence: other
🎨 A Material color palette tool based on Meteor, React, Material UI.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to React-Hue

Future Web
Starter kit to create PWA with cutting edge technologies
Stars: ✭ 38 (-15.56%)
Mutual labels:  meteor, material-ui
accounts-material-ui
Material-ui integration with std:accounts-ui
Stars: ✭ 17 (-62.22%)
Mutual labels:  meteor, material-ui
gito-github-client
GitHub client app helps you monitor stars and traffic of your public repositories. This was the capstone project in Udacity's Android Developer Nanodegree.
Stars: ✭ 76 (+68.89%)
Mutual labels:  material-ui
browzica
Use browzica to keep track of your bookmarks
Stars: ✭ 18 (-60%)
Mutual labels:  material-ui
apollobank
A full stack GraphQL banking application using React, Node & TypeScript.
Stars: ✭ 203 (+351.11%)
Mutual labels:  material-ui
keep-graph
Keep Graph is a open source clone of Google Keep. It's built on top of React and GraphQL.
Stars: ✭ 29 (-35.56%)
Mutual labels:  material-ui
meteor-astrocoders-publish
Smartly re-use Meteor publications logic
Stars: ✭ 33 (-26.67%)
Mutual labels:  meteor
Material-Backdrop-Android
Material Backdrop
Stars: ✭ 106 (+135.56%)
Mutual labels:  material-ui
meteor-autoform-bs-datetimepicker
Custom bootstrap-datetimepicker input type with timezone support for AutoForm
Stars: ✭ 18 (-60%)
Mutual labels:  meteor
PERN-Advanced-Starter
Advanced PERN stack starter kit (PostgresSQL, Express, React, & Node), complete with ESLint, Webpack 4, Redux, React-Router, and Material-UI kit.
Stars: ✭ 51 (+13.33%)
Mutual labels:  material-ui
react-material-admin
A simple responsive admin template using react and material-ui
Stars: ✭ 39 (-13.33%)
Mutual labels:  material-ui
mui-table
Improved Material-UI table
Stars: ✭ 46 (+2.22%)
Mutual labels:  material-ui
meteor-search
🔍 SPIKE of full-text search in MongoDB using Meteor
Stars: ✭ 40 (-11.11%)
Mutual labels:  meteor
Block-Farm
A farming game built upon Ethereum platform.
Stars: ✭ 60 (+33.33%)
Mutual labels:  meteor
react-aztec
🔥 Material UI based dynamic form component for React using JSON
Stars: ✭ 37 (-17.78%)
Mutual labels:  material-ui
GaugeProgressView
Tired of boring Android progress views? This one is amazing!
Stars: ✭ 17 (-62.22%)
Mutual labels:  material-ui
JADA
JADA - Just Another Dictionary App
Stars: ✭ 20 (-55.56%)
Mutual labels:  material-ui
Meteor-Mailer
📮 Bulletproof email queue on top of NodeMailer with support of multiple clusters and servers setup
Stars: ✭ 21 (-53.33%)
Mutual labels:  meteor
Airbnb-Clone
An Airbnb Clone using React, Firebase & Material-UI, Responsive Design.
Stars: ✭ 27 (-40%)
Mutual labels:  material-ui
houston
Design System at Eduzz.
Stars: ✭ 40 (-11.11%)
Mutual labels:  material-ui

React Hue

Build Status

React Hue is a color palette tool built in a combination of Meteor.js, React, Material UI, Bootstrap. This simple web app mainly built for exploring what are better colors for web, mobile, UI development, the popular color set used by industry companies, and it also provides with color toolboxes.

For long term, I am planning to add some research result about color usage in modern web design, e.g. desgin adpation for users with color blindness.

Demo: http://react-hue.herokuapp.com/

demo gif

Please forgive this compressed gif at this time, and try to run it locally if you are interested.

📝 Version: 1.0

Successfully pass Travis-CI.

🚀 Features:

  • Pick up popular and suitable colors for design and development.
  • Fast realtime render for color changing to boost reactive UX.
  • Reactive way to converse color HEX value to RGB value.

Why use Meteor?

Meteor is a real-time, easy-use full-stack web platform with data synchronization client/server (DDP). It is on the top of Node.js and MongoDB, which means one language can be used in both front-end client and back-end server. It saves a lot of my time and it keeps its promise of optimizing for developer happiness.

Why use React?

React is fast rendered, and enforces a lot of rules and guidelines that make it clearer what the “right” way to do any given task is. While it’s not as tightly integrated with Meteor (yet), it does have a much larger overall ecosystem.

Why use Material UI?

As a superstar project host by Goolge, Material UI is more clear, attractive, delightful, when it is compared with other popular UI frameworks. Meanwhile, it leverages good sides of React.js, and improves the rendering effects. After using frameworks like Bootstrap for a long time, it is a good time for us to try new tastes.

:octocat: Getting Started

Install the latest version of Node and NPM. We recommend the usage of NVM.

Install Meteor:

curl https://install.meteor.com/ | sh

Clone this repository to local directory:

git clone https://github.com/gongbaochicken/React-Hue.git

Install the necessary NPM packages:

cd React-Hue
npm install

Then run the app with:

meteor reset
meteor

You'll then be able to access it on http://localhost:3000.

😋 Please star this project if you like it.

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].