Notes-Keeper
Notes-Keeper copied to clipboard
This is a Google Keep inspired, Notes keeping app. The best part? All the notes you save are kept locally on your computer!
NOTES KEEPER
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 ❤️
View Live Demo
keep.ishandeveloper.com
Setup
Clone the repository
git clone https://github.com/ishandeveloper/Notes-Keeper.git
Move to the desired folder
cd \Notes-Keeper
To install the dependencies, simply write
npm install
To run the app, simply write
npm start
Learn More
You can learn more in the Create React App documentation.