Whiteboard app for sketching, note taking, building mind-maps. That altogether helps think visually and make creative plans and ideas. It can be buggy in some cases.
This is a Next.js project bootstrapped with create-next-app.
-
Drawing | Sketching
- Brush controls
- opacity
- thickness
- color
- color sets
- type (dashed, solid)
- Brush controls
-
Creating Shapes | Text | Curves (Connection lines)
- common : CRUD operations.
- Shape controls
- resize
- rotate
- background color | opacity
- border color | type | thickness
- font-size, font-family
- shapeChange
- Curves controls
- color
- thickness
- type (dashed, solid)
- points
- Curves controls
- resize
- rotate
- font-size, font-family
-
Undo | redo functionality
-
Selection
- selecting by selection area.
- select all
alt + A
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
