Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raoufswe/noteapp
- Owner: raoufswe
- Created: 2018-12-21T17:07:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T17:02:19.000Z (about 6 years ago)
- Last Synced: 2024-11-11T04:48:24.267Z (3 months ago)
- Topics: css, es6, html, javascript, localstorage, momentjs, uuid
- Language: JavaScript
- Homepage: https://note-app-rs.netlify.com/
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.