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

https://github.com/supunrandika98/note-app-javascript

This is a note taking application built with HTML, CSS ,Bootstrap & JavaScript.
https://github.com/supunrandika98/note-app-javascript

bootstrap css html javascript note-taking noteapp notes responsive todo-list

Last synced: 8 days ago
JSON representation

This is a note taking application built with HTML, CSS ,Bootstrap & JavaScript.

Awesome Lists containing this project

README

          

# Note App - Javascript

In this simple note taking project I have used some of the more intermediate advanced parts of the document object model or the javascript dom to show how to build this web application. Users can add their notes and all those notes are displaying in a separate table. From that table user can update or delete the each notes. Also user can search any from note list. There is search bar in the top, when user searching a word only the relevant and similar note title will appear from the table and others will not display.

## Screenshots

![](images/capture1.png)

![](images/capture2.png)

![](images/capture3.png)

![](images/capture4.png)