Skip to content

Simple note-taking app styled with Tailwind CSS, enabling users to manage notes locally via browser localStorage.

Notifications You must be signed in to change notification settings

zangetsuuuu/note-it

Repository files navigation

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.

About

Simple note-taking app styled with Tailwind CSS, enabling users to manage notes locally via browser localStorage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published