Notes App

A simple note-taking application built on Val Town with a UI-only approach.

Features

  • Create notes with titles and content
  • View notes in a responsive grid layout
  • Delete notes
  • Search through notes by title or content
  • Color-coded notes for visual organization
  • Persistent storage using browser localStorage

How to Use

  1. Visit the app URL
  2. Click "Add Note" to create a new note
  3. Enter a title and content for your note
  4. Use the search bar to find specific notes
  5. Delete notes using the trash icon

Technologies

  • React (Frontend UI)
  • Tailwind CSS (Styling)
  • Browser localStorage (Data persistence)
  • No backend dependencies