itsrojasleon / react-color-box

Created with CodeSandbox

Home Page:https://codesandbox.io/s/github/rojasleon/react-color-box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Color Box

A Color Box in React

System Requirements

  • node v8 or greater
  • yarn v1 or greater || npm v6 or greater
  • git v2 or greater

All of these must be available in your PATH. To verify things are set up properly, you can run this:

node --version
npm --version
git --version

Setup

Codesandbox

Download the repo or

Clone the repo with:

git clone git@github.com:rojasleon/react-lottery.git

Running the app

With npm:

npm install
npm start

With yarn:

yarn install
yarn start

Author

Juan Luis Rojas León

License

MIT

About

Created with CodeSandbox

https://codesandbox.io/s/github/rojasleon/react-color-box


Languages

Language:JavaScript 47.5%Language:HTML 45.9%Language:CSS 6.6%