Posted on Mar 13, 2023
Note taking application that saves data locally in the user’s browser LocalStorage for convenient access.
Try it! notes.huaiyukhaw.com
Huaiyu Khaw
This project was designed to demonstrate:
Sometimes while I'm working, I come across trivial tasks that I need to quickly note down in order to save mental energy and avoid repeatedly reminding myself. Later, before leaving my desk, I can review these notes and ensure that I have completed all necessary tasks.
npm install
npm run dev
git checkout -b feature/fooBar
)git commit -am 'Add some fooBar'
)git push origin feature/fooBar
)