Table of Contents
A clone of websites like Flat UI Colors and Material UI Colors using React.
- list default and custom palettes with ability to create/delete palettes
- create custom color palette that:
- contains colors entered by user through color picker or (Random Color) button
- enable user to change the order of ColorBoxes by Drag & Drop
- enable user to save custom palette with name and emoji 😃
- explore color palettes and generate different color levels
- click on color box to copy color code with the ability to select the color format from:
HEX
formatRGB
formatRGBA
format
- click on
More
button on each color box to generate colors from selected color
- React
- Material-UI
- chroma-js
- emoji-mart
- React Color
- rc-slider
- react-copy-to-clipboard
- react-material-ui-form-validator
- react-router
- react-transition-group
This project require some perquisites and dependencies to be installed, you can view it online using this demo. or you can find the instructions below:
To get a local copy, follow these simple steps :
-
Clone the repo
git clone https://github.com/abdrahmansoltan/React-Colors-App.git
-
go to project folder
cd React-Colors-App
-
install dependencies
npm install --force
-
Run development server
npm start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request