my first react project, a simple whiteboard application built with CRA
- excalidraw-like drawing experience
- drag and drop functionality for elements
- multiple tabbed canvases for working on different drawings
- infinite scroll canvas for unlimited drawing space
- React 18
- Create React App
- html2canvas
- jspdf
- gh-pages
yarn install
yarn start
- add user authentication
- implement real-time collaboration
- add more drawing tools