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.
- Host: GitHub
- URL: https://github.com/draganaleksic99/redux-paint
- Owner: DraganAleksic99
- Created: 2023-06-26T17:57:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T21:09:46.000Z (over 1 year ago)
- Last Synced: 2025-03-08T22:46:21.795Z (7 months ago)
- Topics: react, redux, typescript
- Language: TypeScript
- Homepage: https://my-redux-paint-website.netlify.app/
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.