https://github.com/marcossic/paint-ease
Paint Ease is a project that seeks to function as a program to paint and create drawings in a simple way.
https://github.com/marcossic/paint-ease
canvas css html javascript tailwindcss
Last synced: 3 months ago
JSON representation
Paint Ease is a project that seeks to function as a program to paint and create drawings in a simple way.
- Host: GitHub
- URL: https://github.com/marcossic/paint-ease
- Owner: MarcossIC
- Created: 2023-05-20T13:36:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-12T22:55:11.000Z (10 months ago)
- Last Synced: 2025-09-13T00:31:29.214Z (10 months ago)
- Topics: canvas, css, html, javascript, tailwindcss
- Language: JavaScript
- Homepage: https://marcossic.github.io/paint-ease
- Size: 404 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Paint Ease - Vanilla JavaScript Paint](https://marcossic.github.io/paint-ease)
**Paint Ease** It is a paint made without frameworks, it was a project that started with 3 simple files, when I was taking my first steps with canvas. I decided to use vite to take advantage of the functionalities it provides to optimize js, and easily manage dependencies
## 🚀 Demo
You can visit the site at [click here](https://marcossic.github.io/paint-in-js-html-css/)
## Quick Start
To run the project locally it is very simple.
- You just need some `npm`, `pnpm`, `yarn` or `bun` and NodeJS.
- In my case I used bun. Run `bun install` in root.
- Then Run `bun dev` in root.
Ready! You can see your local project at `http://localhost:5173`
## Stack