Making a Whiteboard Application with ReactJs
<h1>A light drawing web application using HTML5 Canvas API and Roughjs</h1>
<p>This is a good project for beginners who want to use React and its <a href="https://reactjs.org/docs/hooks-reference.html" rel="noopener ugc nofollow" target="_blank">hooks and API reference</a> functionality.</p>
<p>The challenge here is to use the canvas API in React instead of vanilla JavaScript and HTML. Let’s start making a whiteboard from scratch!</p>
<p>The first step to your application is to create your react-app with one simple step. I am using npx(Node Package eXecute) instead of npm as it is faster and executes any package that you want from the npm registry without even installing that package. <a href="https://roughjs.com/" rel="noopener ugc nofollow" target="_blank">Rough.js</a> is a light javascript library that will make the lines and shapes in a <em>hand-drawn-like </em>style.</p>
<p>Write the following commands in the terminal at a suitable location(npm is an alternative).</p>
<p><a href="https://bansalsurya.medium.com/making-a-whiteboard-application-with-reactjs-862b9f320850"><strong>Click Here</strong></a></p>