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

https://github.com/draganaleksic99/redux-paint

Redux-paint is a drawing board. You can pick different colors and draw lines. If you don’t like the results you can “undo” and "redo" your actions. When you are satisfied with the results you can export the image as a .png file.
https://github.com/draganaleksic99/redux-paint

react redux typescript

Last synced: 8 days ago
JSON representation

Redux-paint is a drawing board. You can pick different colors and draw lines. If you don’t like the results you can “undo” and "redo" your actions. When you are satisfied with the results you can export the image as a .png file.

Awesome Lists containing this project

README

          

# Redux-Paint

Redux-paint is a drawing board. You can pick different colors and draw lines. If you don’t like the results you can “undo” and "redo" your actions. When you are satisfied with the results you can export the image as a .png file.

## Stack

- Framework: [React](https://react.dev/)
- State management: [Redux](https://redux.js.org/)

## Quickstart

### 1. Clone this repository

Run the following command to clone the repo:

```
git clone https://github.com/DraganAleksic99/Redux-Paint.git
```

### 2. Install dependencies

```
cd Redux-Paint
npm i
```

### 3. Run app locally

```
npm run dev
```

### Open in your browser

You can now visit http://localhost:3000.