Skip to content

A simple note-taking web app that allows users to create, edit, and save notes locally using the browser's local storage. The app features customizable note titles, content areas, and copy-to-clipboard functionality.

Notifications You must be signed in to change notification settings

vxncius-dev/NoteIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

NoteIO - A Simple Note-Taking Web App

NoteIO is a web-based note-taking application that allows users to create, edit, and save their notes directly in the browser. It leverages localStorage to persist notes across sessions, ensuring that all changes are saved automatically.

Demo

You can try out the live demo of the project here.

Features:

  • Create and edit notes: Users can add titles and content to their notes.
  • Local storage integration: Notes are saved persistently in the browser’s local storage, even after a page refresh.
  • Copy functionality: Notes can be copied to the clipboard with the click of a button.
  • Placeholder notes: If no notes exist, random placeholder content is displayed as a guide.

Technologies:

  • HTML for structure.
  • CSS for styling.
  • JavaScript for dynamic interaction and local storage handling.

The app provides an easy-to-use interface with the ability to quickly jot down ideas and manage them over time.

About

A simple note-taking web app that allows users to create, edit, and save notes locally using the browser's local storage. The app features customizable note titles, content areas, and copy-to-clipboard functionality.

Topics

Resources

Stars

Watchers

Forks