-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 6529add
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# node modules | ||
node_modules | ||
coverage | ||
npm-debug* | ||
|
||
# MAC | ||
.DS_Store | ||
**/.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Luma Front End Engineering Interview | ||
|
||
## Interview Task | ||
|
||
Build the Patient Referral Form (insert design spec link here). | ||
|
||
There is no need to build any backend (api layer, server, database). For simulating form submission, you can do a POST to /api/referrals | ||
|
||
|
||
## Duration | ||
|
||
Up to 8 hours. We do not expect you to complete the assessment in this time. | ||
|
||
## Submission | ||
1. Clone this repo | ||
2. Build Patient Referral Form. Suggested libraries | ||
a. Material UI components - [https://material-ui.com/](https://material-ui.com/) | ||
b. Address lookup - [https://www.npmjs.com/package/react-places-autocomplete](https://www.npmjs.com/package/react-places-autocomplete) | ||
4. Submit a Pull Request (PR) | ||
5. In the PR, include a README that includes the following: | ||
a. If you made any assumptions, what are they | ||
b. Outline what else needs to be done if given more time | ||
|