chrisvaillancourt / react-sign-up-form

A sign-up form written in React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Sign-up form

Take home assignment.

Local dev

This project is expected to run on the current LTS version of node (18.17.1) and latest npm (9.8.1).

To install dependencies: npm install

To run local dev: npm run dev Preview the site at http://localhost:5173/

To run build: npm run build

To preview the build run npm run build && npm run preview

Preview the site at http://localhost:4173/.

Environment variables

This project requires a .env file in the root of the project.

Copy the contents of the .env-example and follow the instructions to generate a new API token.

About

A sign-up form written in React.


Languages

Language:TypeScript 78.7%Language:CSS 13.3%Language:JavaScript 6.0%Language:HTML 1.9%