/notepad-app

This app will allow users to create, read, update, and delete notes.

Primary LanguageJavaScript

Reactive Notes

This app will allow users to create, read, update, and delete notes. Here's a basic outline of the project:

  • Note Input: users are able to write their notes.

  • Note Display: Once a note has been created, will be rendered in the browser.

  • Note sorting: sort notes by alphabetical order or by last editing or creation date.

  • Options to edit or delete each note.

  • Import and exporting notes.