View the deployed site : https://sticky-notes-ag.netlify.app/
Preview of the site with basic functionality to add, delete and search notes:
Just copy paste these commands in your terminal, voila the site is up and running on your localhost !
git clone https://github.com/AbhishekG-1plus/StickyNotes.git
cd StickyNotes
npm install
npm start