A simple step-by-step website to "complane" to Secretary Pete Buttigieg about bad experiences on US Airlines.
Hosted at minnick.co/complane
Using Markdown because JIRA would be overkill
- Logo and favicon
- Set up deployment to GH pages
- install tailwind
- add shadcn
- install
- add forms
- nav (v1.0.5)
- start over
- resume
- prev
- next
- skip
- clean up starter code
- Footer (v1.0.6)
- hire me info
- paypal link
- view + router
- blurb
- common complaints (v1.2)
- view + router
- Airline Picker
- Fix closing behavior (v1.2)
- Add airline images (v1.2)
- Flight No input
- Date Picker
- Format page
- store
- Fix premature form validation (v1.1)
- Airport Code To/From (v1.2.5)
- view + router
- yes/no
- text input
- store
- view + router
- yes/no
- text input
- store
- view + router
- yes/no
- text input
- store
- unit tests
- view + router
- yes/no
- text input
- store
- view + router
- write letter
- format letter
- read from store
- email link
- v1.0 email link
- encode email body (v1.1)
- 1 click button (v1.1)
- copy to clipboard (v1.1)
- print preview (v1.1)
- edge cases (v1.1)
- user has no issues with flight
- Tone toggle: Normal / Joe Lycett (v1.3)
VSCode + Volar (and disable Vetur).
TypeScript cannot handle type information for .vue
imports by default, so we replace the tsc
CLI with vue-tsc
for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue
types.
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint