UI/UX Engineer Challenge
This repo is a code sample.
- This project is deployed at https://jesseolsen.github.io/ironnet
- The source code can be found in GitHub at https://github.com/jesseolsen/ironnet
- 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.
(1) PDF with Design Tokens, (1) Adobe XD design file, (1) PDF of design mockup
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
Maximum three hours. Completeness is not a significant factor during evaluation.
This project was bootstrapped with Create React App.
In the project directory, you can run:
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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.