Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vxncius-dev/noteio

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.
https://github.com/vxncius-dev/noteio

appdesign design javascript note-taking notes notes-app shadcn-ui

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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](https://vxncius-dev.github.io/NoteIO/).

## 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.