Skip to content
/ ez-notes Public

A simple one file html notes app that uses browser localstorage. You can just bookmark this and easily access notes simply with low storage usage.

License

Notifications You must be signed in to change notification settings

R8QE/ez-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ez-notes

Overview

ez-notes is a simple, lightweight, and user-friendly note-taking web application built with HTML, CSS, and JavaScript. It allows users to create, save, and delete notes, with data stored locally in the browser using localStorage.

Features

  • Create and save notes with a title and content
  • Automatically stores notes in localStorage for persistence
  • Delete notes when no longer needed
  • Minimalistic dark-themed UI for ease of use

How to Use

  1. Open the index.html file in any modern web browser.
  2. Enter a title and your note content in the provided fields.
  3. Click the Save Note button to add the note.
  4. Your notes will be displayed below and saved automatically.
  5. To delete a note, click the Delete button under the respective note.

Installation

No installation is required. Simply download this html file and open notes.html in a browser and you can bookmark it.

Open the project:

  • Navigate to the project folder.
  • Open notes.html in your web browser.

Technologies Used

  • HTML - For structuring the webpage
  • CSS - For styling the notes and layout
  • JavaScript - For adding functionality like saving and deleting notes
  • localStorage - For storing notes persistently in the browser

Contributions

Contributions are welcome! Feel free to fork this repository, improve the code, and submit a pull request.

Author

Developed by R8QE.

About

A simple one file html notes app that uses browser localstorage. You can just bookmark this and easily access notes simply with low storage usage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages