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

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

Simple "time-traveling" paint application.
https://github.com/jamesmoriarty/redux-paint

create-react-app create-react-app-typescript html5 html5-boilerplate html5-canvas paint-application react react-app redux typescript

Last synced: about 1 year ago
JSON representation

Simple "time-traveling" paint application.

Awesome Lists containing this project

README

          

# Redux Paint

![ci](https://github.com/jamesmoriarty/redux-paint/workflows/ci/badge.svg) ![GitHub package.json version](https://img.shields.io/github/package-json/v/jamesmoriarty/redux-paint)

Simple "time traveling" paint application.

## Examples

- [jamesmoriarty.xyz](http://www.jamesmoriarty.xyz/redux-paint/)

## Screenshots

![Screenshot](docs/screenshot.png)

## Development

```
npm start
```

## Test

```
npm test
```

## Deploy

```
npm run deploy
```