An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# react-paint

Drawing app made with React and TypeScript

![Deployment status](https://github.com/ivteplo/react-paint/actions/workflows/deploy.yml/badge.svg)


App screenshot
App in dark mode

## 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! 🎉