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...
Jan 6, 20223 min read194
