PaintX is a responsive web application for painting and drawing, built using React and TailwindCSS. Users can change colors, adjust brush width, and set opacity levels to create their masterpieces.
- Color Picker: Choose any color for your brush.
- Brush Width: Adjust the width of your brush using a range slider.
- Opacity Control: Set the opacity level of your brush strokes.
Check out the live version of PaintX here.
- React: A JavaScript library for building user interfaces.
- TailwindCSS: A utility-first CSS framework for rapid UI development.
To run this project locally:
- Clone the repository
git clone https://github.com/yourusername/PaintX.git
- Navigate to the project directory
cd PaintX
- Install dependencies
npm install
- Start the development server
npm start
Feel free to submit issues and pull requests to improve this project.
This project is licensed under the MIT License.