/ironnet

Code Sample

Primary LanguageCSS

IronNet

UI/UX Engineer Challenge

This repo is a code sample.

Challenge

  • Implement the provided app design using modern best practices for front-end web development.
  • The expected flow is Login Screen => Forgot Password => Submit => Login Screen with dismissible notification.
  • The primary areas of evaluation are:
    • code composition and
    • attention to aesthetic detail.
  • Please use:
    • React,
    • React hooks, and
    • your favorite CSS-in-JS framework to do the styling.
    • Feel free to use any additional javascript libraries that will improve legibility of the code.

What's provided

(1) PDF with Design Tokens, (1) Adobe XD design file, (1) PDF of design mockup

Delivery medium

Any of the following:

a) URL to a sandbox on https://codesandbox.io,

b) URL to a remote git repository (e.g. GitHub or GitLab),

or c) ZIP archive with source files

Time limit

Maximum three hours. Completeness is not a significant factor during evaluation.

Bootstrapped

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.