Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessayip committed Jun 25, 2019
0 parents commit 6529add
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
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
23 changes: 23 additions & 0 deletions README.md
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

0 comments on commit 6529add

Please sign in to comment.