Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 854 Bytes

README.md

File metadata and controls

53 lines (35 loc) · 854 Bytes

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