/FetchSignup

Take home exercise for Fetch Rewards

Primary LanguageTypeScriptMIT LicenseMIT

Fetch Signup

Fetch Signup is a simple, lightweight, and easy to use signup form built for humans. Powered by Vite.

Features

  • Display a form with various inputs for account creation
  • Validate form inputs with live feedback
  • Prevent submission of invalid form
  • Inform user of successful submission

Installation

Requires yarn.

$ yarn

Usage

This will start the dev server, required for testing.

$ yarn dev

Building

This will build the app for production. Must be served by a web server, will not work via the file protocol.

$ yarn build