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

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.

Awesome Lists containing this project

README

          

# Simple Notes App in JS

## Demo


Desktop 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 ⭐