zoom-canvas allows the user to create sticky notes, but with the freedom of panning and zooming around. Try it out here: https://lunafutures.github.io/zoom-canvas/
zoom-canvas is made using React and Material UI. This project was bootstrapped with Create React App.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
This project uses prettier for code formatting. This keeps the format consistent and straightforward to maintain. Run npm run lint
to see lint issues, and npm run lint:fix
to fix what can be automatically fixed.