Skip to content

korngsamnang/react-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note-Taking App

Overview

This is a note-taking app built using React. The app allows users to add, edit, delete, and search notes. The notes are stored locally using the browser's local storage, ensuring persistence across sessions.

React note-taking app.

Features

  • Add: Easily add new notes to your collection.
  • Edit: Modify existing notes to update information.
  • Delete: Remove unwanted notes from the app.
  • Search: Quickly find notes using a simple search functionality.

Technologies Used

  • React: A very popular JavaScript library for building user interfaces.

How to Use

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Run npm install to install dependencies.
  4. Run npm run dev to start the development server.
  5. Open your browser and go to http://localhost:5173 to use the app.

Happy note-taking!