Skip to content

pengfluf/martians-auth

Repository files navigation

Light Theme Dark Theme

Field Validation

  • All fields validation - on form submit
  • Individual field validation - only if a field was previously validated and received errors

Development

  1. Run
asdf install && pnpm i && pnpm dev
  1. Open the app in a browser at localhost:5173

Tools

Could potentially be used

Testing

pnpm test

There're test examples of:

  • utility function
  • component
  • custom hook