Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raoufswe/noteapp

A simple note taking app in Javascript
https://github.com/raoufswe/noteapp

css es6 html javascript localstorage momentjs uuid

Last synced: 27 days ago
JSON representation

A simple note taking app in Javascript

Awesome Lists containing this project

README

        

"# NoteApp"

A note-taking application is a simple website that uses the browser's local storage to store the data.

It was developed using Javascript and supports the following functions:

1- Add a new note to the application.

2- Filter notes using keywords.

3- Sort notes by last edited, by recently created or in alphabetical order.

4- Users can click on the note and edit its details.

5- Remove the note.

6- The application uses Moment.js to parse, validate, manipulate, and display dates and times.