A color palette website build using react.js and hooks similar to material UI color palette with drag and drop functionality.
This project was built to practice my ReactJS Skill.
- ReactJS
- React Hooks
- React Router
- Material UI React
- Responsive and Mobile friendly design (JSS)
- React Color (react-color)
- Drag and Drop (react-sortable-hoc)
- Emoji (emoji-mart)
- React Copy to Clipboard
- React Slider (rc-slider)
- Animation (react-router-transition and react-transition-group)
- Form Validation (react-material-ui-form-validator)
You can run a hosted version of the app at https://react-colors.netlify.com
The project uses Node.js and the Create-React-App starter. If you do not have Node >= 6.x installed, you can download it here: Node.js
Once Node is installed, navigate to the directory where you want to store the app
git clone https://github.com/Akash187/react-colors.git
npm install
Once all of the dependencies have been installed you can launch the app with
npm start
A new browser window should automatically open displaying the app. If it doesn't, navigate to http://localhost:3000/ in your browser