Abolfazl Ghodrati
Samsung Note
. With Abolfazl Note, you can take notes, update them, and save them to local storage or a MongoDB Atlas database. The app also uses JSON Web Tokens (JWT) for user authentication.git clone https://github.com/Abolfazl-ghodrati-k/abolfazl-note.git
npm install
npm run dev
http://localhost:3000
in your browser.useLocalStorage
hook for local storage state managementgit checkout -b feature/my-new-feature
git commit -m "Add some feature"
git push origin feature/my-new-feature