Table of Contents
A clone of websites like Flat UI Colors and Material UI Colors using React.
- React
- Material-UI
- React Color
- chroma-js
- emoji-mart
- rc-slider
- react-copy-to-clipboard
- react-material-ui-form-validator
- react-router
- react-transition-group
- svg-backgrounds
- List default palettes with ability to delete palettes
- Create custom color palette:
- 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 with slider
- Click on color box to copy color code with the ability to change the color format from:
HEX
formatRGB
formatRGBA
format
- Click on
More
button on each color box to generate different shades from selected color
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/ahmedalam98/React-Color-App.git
-
go to project folder
cd REACT-COLOR-APP
-
install dependencies
npm install --force
-
Run development server
npm start
Contributions are always welcome!
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