A whiteboard application that can we used for teaching purpose or for drawing.
Tech stack - React + Chakra UI + Fabric.js + draft.js
screen-capture.webm
https://learnnslate.netlify.app/
-
Draw different shapes like rectangle,triangle,line etc.
-
Add image , pdf files to canvas for illustration
-
Export canvas in image or pdf format
-
A text editor for preparing notes during teaching that can be exported to pdf
-
Auto save editor and canvas state in localstorage that it will persist between page refresh
-
To Do : Add collabration feature
-> Clone this repository
-> Go to the project folder
-> Run npm install
to install dependencies
-> Run npm run dev
to start application
-> Application will start on port 5173