wealthfront / account-creation-challenge

The web account creation challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Challenge Repository

Overview

This repository contains boilerplate code you will use to build the create account form.

Tech used

You have been given a starter repository using TypeScript / React / Vite / Tailwind / Ruby on Rails. You will only need a basic understanding of these technologies to successfully complete this coding challenge. Refer to the documentation links below for more information.

Development

Testing

Commands

make -j dev installs packages and starts the development server. The site exists at localhost:3000.

make -j test runs the tests.

Versions

▶ node -v
v18.17.1

▶ npm -v
10.1.0

If NodeJS is not installed on your computer, we recommend using nvm for version management.

▶ ruby -v
ruby 3.1.4p223 (2023-03-30 revision 957bb7cb81) [arm64-darwin22]

If Ruby is not installed on your computer, we recommend using rbenv for version management.

Note: [arm64-darwin22] may be different as it is dependent on your operating system.

About

The web account creation challenge


Languages

Language:Ruby 59.7%Language:TypeScript 19.9%Language:HTML 13.3%Language:JavaScript 4.7%Language:CSS 1.6%Language:Makefile 0.7%Language:Shell 0.1%