A minimal memo app that saves your text in the URL query string.
- It works without a backend server
- simply saving or sharing the URL
- No need to register account.
You can synchronize memos across multiple devices or share them with other users.
https://ryosukedtomita.github.io/url-query-memo
URLのクエリ文字列にテキストを保存する、最小構成のメモアプリです。
- バックエンドサーバーは不要
- URLを保存・共有するだけで使えます
- アカウント登録も不要
メモは複数のデバイス間で同期したり、他のユーザーと共有したりできます。
- Next.js 15
- TypeScript
- Tailwind CSS
- Jest + React Testing Library
- GitHub Pages
cd url-query-memo/url-memo-app
npm install
npm run dev
go to http://localhost:3000/url-query-memo
- GitHub Pages --> Build and deployment --> SourceをGitHub Actionsに
- Actions --> Workflow permissions --> Read and write permissions
- push to main branch
- go to https://ryosukedtomita.github.io/url-query-memo
- Createing and Editing Memos
- Enter your memo in the text area.
- Changes are automatically reflected in the URL.
- Saving
- Click the "Save as Bookmark" button
- Follow the instructions to update your browser’s bookmark
- Sharing
- Click the "Share" button to copy the URL to your clipboard
- Send the URL to others to share your memo
- Do not enter sensitive information such as passwords or personal data
- Anyone with the URL can view the content, so be cautious when sharing
- Your memo may remain in your browser’s history