The Color Picker is a simple and interactive React application that allows users to select a color from an input and instantly view its effect on a preview box. It visually demonstrates how the selected color can change the UI in real-time
This project was created to understand how React handles form inputs and real-time state updates. It also served as a practical use case for applying event handling and controlled components in React with immediate visual feedback.
🔗👉 click here to see the live demo--> https://nanthakumar-m.github.io/color_picker-react/
- HTML5
- CSS3
- React
- Vite (Build tool)
✅ Provides a color input element to select any color
✅ Instantly updates a preview box with the selected color
✅ Uses controlled components and useState to track changes
✅ Learned how to dynamically change styles based on user input
✅ Strengthened skills in real-time state updates and UI rendering