Skip to content

ivteplo/react-paint

Repository files navigation

react-paint

Drawing app made with React and TypeScript

Deployment status

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
git clone https://github.com/ivteplo/react-paint
  1. Navigate to the project's root folder
cd react-paint
  1. Install dependencies
npm install
# or, if you prefer yarn:
yarn install
  1. Start the development server
npm run dev
  1. Happy hacking! 🎉