Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.08 KB

Getting Started

npm i
npm run dev
npm run test

Open http://localhost:3000 with your browser to see the result.

Considerations

  • Made a basic assumption about data structure, and based it on what I would expect from a typical API response.
  • Used Formik to keep form state manageable.
  • Chose to use a portal for the SideBar to pass form state out to the _app level to save time.

Overview

  • Fully responsive
  • Mobile first
  • 99.48% Test Coverage

desktop

mobile

tablet

Screenshot 2022-04-16 at 12 46 07