The goal of this exercise is to showcase your frontend skillset by building the requirements below. This repository contains the following:
- A /src/app/page.js that houses the app screen
- A package.json with a list of packages to install
- A /components folder where reusable components should be imported from
- A /src/app/globals.css which contains default element styles - please edit them as you see fit
To complete the challenge, please perform the following:
- Fork the repository to your personal github account.
- View the Figma design here
- Fetch the order to be displayed from
https://vop4f76uc3.execute-api.us-east-1.amazonaws.com
- Map the data into an implementation of the design.
- Collect the user's note input and patch it back to the endpoint
https://vop4f76uc3.execute-api.us-east-1.amazonaws.com
with basic credentials provided by us. - Once you've completed the work, push it to your forked repository, and submit a pull request to this repository. Please email us with a link to your pull request once completed.
- Creation of React components, reusable patterns and separation of concerns
- Attention to detail from the Figma Design
- Orders are generated from provided endpoint
- Use of Tailwind CSS (optional)
- In terminal navigate to the root of the challenge folder and install with the command
yarn
- If you do not have yarn please install it from here
- To start the solution run the command
yarn start