Revolutionary digital art toolkit on the web.
Unleash your artistic vision with powerful tools designed for the future of digital creation.
- Interactive canvas with drawing, symmetry, undo/redo, and export.
- Light & dark mode support with animated transitions.
- Dynamic homepage animations & responsive design.
- Showcase and Profile pages for sharing your creations.
- React with TypeScript
- Tailwind CSS for styling
- Framer Motion for animations
- React Router for navigation
- Lucide React icons
- Install dependencies:
npm install - Run the dev server:
npm run dev - Open http://localhost:3000 in your browser.
src/pages– Page components (Home, Canvas, Showcase, Profile)src/components– Reusable UI componentssrc/context– App context providers (ThemeContext)src/utils– Utility functions and scripts
MIT