https://github.com/ostrynska/notes-app
A notes taking app made with vanilla javascript.
https://github.com/ostrynska/notes-app
bootstrap notes-app vanilla-javascript
Last synced: about 2 months ago
JSON representation
A notes taking app made with vanilla javascript.
- Host: GitHub
- URL: https://github.com/ostrynska/notes-app
- Owner: Ostrynska
- Created: 2023-07-25T09:33:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T08:59:32.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T01:49:23.490Z (over 1 year ago)
- Topics: bootstrap, notes-app, vanilla-javascript
- Language: JavaScript
- Homepage: https://note-app-airn.onrender.com/
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Notes App in JS
## Demo
## Features
* Users can add, edit and remove notes.
* A list of notes is displayed as a table.
* The columns are a time of creation, note content, and note category. Categories are predefined: “Task”, “Random Thought”, “Quote”, and “Idea”.
* Notes in the table also display a list of dates mentioned in this note as a separate column.
* Users can archive notes. Archived notes are not shown in the notes list. Users can view archived notes and unarchive them.
* The summary table is shown on the same page as the notes table.
## Contact
If you want to contact me you can reach me at [LinkedIn](https://www.linkedin.com/in/kateryna-ostrynska-9155b0151/).
## Thanks
If you like this test project don't forget to give it a ⭐