Skip to content

The Note App is a simple web application that allows users to create, edit, and delete notes.

Notifications You must be signed in to change notification settings

realmintech/note-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

note-app

Note App

Overview

The Note App is a simple web application that allows users to create, edit, and delete notes. Each note includes a title, message, and a timestamp indicating when it was created. The application leverages localStorage to persist notes across sessions, ensuring that your notes are available even after refreshing the page or closing the browser.

Features

  • Create Notes: Add new notes with a title and message.
  • Edit Notes: Update existing notes.
  • Delete Notes: Remove notes that are no longer needed.
  • Timestamp: Each note displays the time it was created.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • React-Bootstrap: Bootstrap components built with React.
  • React-icons: Icons for edit and delete actions.

Getting Started

Adding a New Note

  1. Click the Add new button in the header.
  2. Fill in the title and message in the modal that appears.
  3. Click Save to add the note.

Editing a Note

  1. Click the Edit icon (pencil) on the note you want to edit.
  2. Modify the title and/or message in the modal.
  3. Click Save Changes to update the note.

Deleting a Note

  1. Click the Delete icon (trash) on the note you want to delete.
  2. The note will be removed from the list.

About

The Note App is a simple web application that allows users to create, edit, and delete notes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published