Skip to content

tumansutradhar/PaintX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

PaintX

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.

Features

  • 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.

Live Demo

Check out the live version of PaintX here.

Screenshot

PaintX Screenshot

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • TailwindCSS: A utility-first CSS framework for rapid UI development.

Getting Started

To run this project locally:

  1. Clone the repository
    git clone https://github.com/yourusername/PaintX.git
  2. Navigate to the project directory
    cd PaintX
  3. Install dependencies
    npm install
  4. Start the development server
    npm start

Contributing

Feel free to submit issues and pull requests to improve this project.

License

This project is licensed under the MIT License.