Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.19 KB

Paint

A user-friendly paint application built with HTML, CSS, and JavaScript. This tool allows users to create drawings, use different tools, and save their artwork.

Features

  • Shapes: Rectangle, Circle, Triangle.
  • Tools: Brush, Eraser.
  • Customization:
    • Brush size adjustment.
    • Fill or no-fill shapes.
    • Multiple color options with a color picker.
  • Save and Clear:
    • Save drawings as images.
    • Clear the canvas to start afresh.

Enhancements

  • Modern UI: Gradient backgrounds and visually appealing toolbars.
  • Dynamic Feedback: Hover effects on buttons and active states for tools.
  • Custom Palette: A fresh palette featuring vibrant colors (avoiding blue).

Technologies Used

  • HTML: Structure of the application.
  • CSS: Styling with gradient backgrounds and updated visuals.
  • JavaScript: Interactive canvas and tools.

How to Use

  1. Select Tools: Use the toolbar to pick your desired tool (Brush, Shapes, Eraser).
  2. Adjust Settings: Customize brush size and toggle shape fills.
  3. Choose Colors: Select from the predefined palette or use the color picker.
  4. Draw and Save: Start creating and save your work as an image.