This is a Google Keep inspired, Notes keeping app. The best part? All the notes you save are kept locally on your computer! using your browser's LocalStorage.
So, no more worrying about giving access to your secrets to 3rd-party companies.
Built in React.js with ❤️
keep.ishandeveloper.com
git clone https://github.com/ishandeveloper/Notes-Keeper.git
cd \Notes-Keeper
npm install
npm start
You can learn more in the Create React App documentation.