Notes App

2024

Simple web app for taking notes made with JS.
With this app you can add text into the browser and save your notes in the LocalStorage of the Browser. You can also edit and delete each item you been created before, and also view the date of the latest modification of every note.
This notes don't lose even if you close the browser window because are saved and fetched into the LocalStorage.
Using Javascript Object-Oriented Programming and modules for import/export between files and classes.
Platform
Github
Technologies used:
main-view-notes-taking