Skip to content

Commit a7e31d5

Browse files
committed
adding new take-home exercises
1 parent ff80f6c commit a7e31d5

6 files changed

+36
-0
lines changed
Loading
Loading
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## Front End Engineering Interview
2+
3+
## Interview Task
4+
5+
Build the Patient Referral Form using this [design spec](https://www.figma.com/file/XIHFNbIXykq8KosWEIryhoRJ/Patient-Referral-Form---interview?node-id=0%3A1).
6+
7+
There is no need to build any backend (api layer, server, database). For simulating form submission, you can do a POST to /api/referrals
8+
9+
## Duration
10+
11+
Up to 8 hours. We do not expect you to complete the assessment in this time.
12+
13+
## Submission
14+
15+
1. Fork this repo
16+
2. Build Patient Referral Form. Suggested libraries
17+
- Material UI components - [https://material-ui.com/](https://material-ui.com/)
18+
- Address lookup - [https://www.npmjs.com/package/react-places-autocomplete](https://www.npmjs.com/package/react-places-autocomplete)
19+
3. Submit a Pull Request (PR)
20+
4. In the PR, include a README that includes the following:
21+
- If you made any assumptions, what are they
22+
- Outline what else needs to be done if given more time
23+
24+
---
25+
26+
## In case the [Figma Link](https://www.figma.com/file/XIHFNbIXykq8KosWEIryhoRJ/Patient-Referral-Form---interview?node-id=0%3A1) Does NOT open here are the screenshots
27+
28+
![](2022-02-07-14-15-23.png)
29+
30+
![](2022-02-07-14-15-46.png)
31+
32+
![](2022-02-07-14-15-57.png)
33+
34+
![](2022-02-07-14-16-09.png)
35+
36+
![](2022-02-07-14-16-19.png)

0 commit comments

Comments
 (0)