Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewarnab/paint-web-app
paint app
https://github.com/codewarnab/paint-web-app
html-css-javascript html5-canvas paint-application
Last synced: 7 days ago
JSON representation
paint app
- Host: GitHub
- URL: https://github.com/codewarnab/paint-web-app
- Owner: codewarnab
- Created: 2023-12-02T17:15:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-17T04:33:04.000Z (11 months ago)
- Last Synced: 2024-10-10T11:25:03.463Z (27 days ago)
- Topics: html-css-javascript, html5-canvas, paint-application
- Language: JavaScript
- Homepage: https://codewarnab.github.io/paint-web-app/
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paint App
A simple web-based drawing application where users can create drawings using various tools like brushes, shapes, and colors.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Demo](#demo)
- [Usage](#usage)
- [Contribution](#contribution)
- [Deployment](#deployment)## Introduction
This project is a web-based paint application built using HTML, CSS, and JavaScript. It offers tools for drawing shapes, freehand drawing, erasing, selecting colors, and more.
## Features
- Brush, Eraser, Rectangle, Circle, Triangle drawing tools
- Color picker and predefined color options
- Adjustable brush size
- Clear canvas and save as image options## Demo
To see the Paint App in action, [click here](https://codewarnab.github.io/paint-web-app/) to view the live demo.
## Usage
To use the application locally:
1. Clone this repository.
2. Open the `index.html` file in your web browser.## Contribution
Contributions are welcome! If you want to contribute to this project, follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/your-idea`).
3. Make your changes and commit them (`git commit -am 'Add new feature'`).
4. Push to the branch (`git push origin feature/your-idea`).
5. Create a new Pull Request.Feel free to propose any feature that could improve the application!