Skip to content

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

Notifications You must be signed in to change notification settings

huaiyukhaw/plain-notes-app

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published