Skip to content

Latest commit

 

History

History
130 lines (80 loc) · 3.97 KB

README.md

File metadata and controls

130 lines (80 loc) · 3.97 KB

1922 Message recorder

Too lazy to scan QRcode on those locations which often to go


Imagine that scenario, you are in a famous location.

There are a lot of customer in a line to scan the QRcode, and so do you.(because you are a good law-abiding person, right?)

So you have to stand at last position of the line, but you just want to scan the QRcode and send message.

That why I build this project to deal with that scenario.

DEMO

Description

  • Open it, and click button to send message to 1922
  • Input it, create your data
  • Search it, search your record data
  • Edit it, customize your personal location
  • Delete it, customize your personal location
  • Clear it, clear your old data and start create new data

This a side project base on Vitesse lite version

I try to develop this project with Vitesse, it was awesome. Respect Aatfu again.

Read more about Vitesse

Vitesse - Opinionated Vite Starter Template

Lightweight version of Vitesse

English | 简体中文

Features


See Vitesse for full featureset.

Dropped Features from Vitesse

  • i18n
  • Layouts
  • SSG
  • PWA
  • Markdown

Pre-packed

UI Frameworks

  • UnoCSS - The instant on-demand atomic CSS engine.

Icons

Plugins

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit antfu/vitesse-lite my-vitesse-app
cd my-vitesse-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm