https://github.com/ivteplo/react-paint
Paint app made with React and TypeScript
https://github.com/ivteplo/react-paint
drawing paint paint-app paint-application react typescript
Last synced: about 1 month ago
JSON representation
Paint app made with React and TypeScript
- Host: GitHub
- URL: https://github.com/ivteplo/react-paint
- Owner: ivteplo
- License: apache-2.0
- Created: 2021-10-19T08:39:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T08:52:08.000Z (over 4 years ago)
- Last Synced: 2025-03-27T09:49:27.333Z (about 1 year ago)
- Topics: drawing, paint, paint-app, paint-application, react, typescript
- Language: TypeScript
- Homepage: https://ivteplo.github.io/react-paint/
- Size: 130 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-paint
Drawing app made with React and TypeScript

## Features
- Supports different brush sizes and colors
- Can save paintings to the device
- Works on mobile devices
- Supports dark mode
## Development
### Prerequisites
- Node.js and npm (yarn)
### Setup
1. Clone the repository
```bash
git clone https://github.com/ivteplo/react-paint
```
2. Navigate to the project's root folder
```bash
cd react-paint
```
3. Install dependencies
```bash
npm install
# or, if you prefer yarn:
yarn install
```
4. Start the development server
```bash
npm run dev
```
5. Happy hacking! 🎉