Drawing app made with React and TypeScript
- Supports different brush sizes and colors
- Can save paintings to the device
- Works on mobile devices
- Supports dark mode
- Node.js and npm (yarn)
- Clone the repository
git clone https://github.com/ivteplo/react-paint
- Navigate to the project's root folder
cd react-paint
- Install dependencies
npm install
# or, if you prefer yarn:
yarn install
- Start the development server
npm run dev
- Happy hacking! 🎉