Testmay
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v6View latest version
A simple note-taking application built on Val Town with a UI-only approach.
- 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
- Visit the app URL
- Click "Add Note" to create a new note
- Enter a title and content for your note
- Use the search bar to find specific notes
- Delete notes using the trash icon
- React (Frontend UI)
- Tailwind CSS (Styling)
- Browser localStorage (Data persistence)
- No backend dependencies