Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 548 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 548 Bytes

View the deployed site : https://sticky-notes-ag.netlify.app/

Preview of the site with basic functionality to add, delete and search notes: Screenshot 2022-07-05 at 11 55 12 AM

To run the code locally

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