Make notes sharing app with React and Firebase
Hello π
Demo
Prerequisites
Basic understanding of React JS
Node JS
Step 1 - create-react-app
$ npx create-react-app@latest mynoteapp
Step 2 - Creating TextArea
<textarea id="txt" cols="30" rows="10" placeholder="Enter some text!" value={text} on...
h.dhairyashah.dev3 min read