Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.15 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.15 KB

note-it

Note-it is a simple note-taking application built with React and styled using Tailwind CSS. The app allows users to create, edit, and delete notes, with all data stored in the browser's localStorage for easy access and persistence.

Features

  • Add Notes: Quickly create new notes with a title and content.
  • Edit Notes: Modify existing notes to keep your information up to date.
  • Delete Notes: Remove notes you no longer need.
  • Local Storage: Data is stored in localStorage, ensuring notes persist even after refreshing the page.

Technologies Used

  • React: For building the user interface.
  • Tailwind CSS: For styling and responsive design.
  • localStorage: For storing notes on the client-side.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/note-it.git
  2. Navigate to the project directory:
    cd note-it
  3. Install dependencies:
    npm install
  4. Start the application for development:
    npm run dev

Live Website

You can view the live version of the application here.