tylergibbs2 / FetchSignup

Take home exercise for Fetch Rewards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Take home exercise for Fetch Rewards

License:MIT License


Languages

Language:TypeScript 93.2%Language:HTML 3.8%Language:CSS 3.0%