Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.9 KB

README.md

File metadata and controls

63 lines (43 loc) · 1.9 KB

Plain Notes App

Note taking application that saves data locally in the user’s browser LocalStorage for convenient access.

Try it! notes.huaiyukhaw.com


Author

Huaiyu Khaw

Showcase

This project was designed to demonstrate:

  • Usage of React with Typescript and TailwindCSS
  • Practice CRUD operations and array manipulation
  • Create, delete, archive, or pin notes.
  • Sync notes to browser's localStorage
  • Drag and drop for sorting
  • Keyboard shortcuts for convenience

Usage example

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.

Screenshots

image image


Development setup

npm install
npm run dev

Built With


Contributing

  1. Fork it (https://github.com/huaiyukhaw/plain-notes-app/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request