Skip to content

EpionHealth/frontend-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epion Front End Interview Project

Epion devs: please see README-epion.md

Thanks for being interested in coming to work here at Epion Health. Our team values building, reviewing, and pairing on well-crafted applications. This repo was built to test how you build applications and how you would fit in working with the team at Epion. It's a simplified version of an assessment form in our Check-in application, and will give you some insight into our product development process. If you'd like to learn more about our Check-in product please visit our website

Let's get started

Setup

Please go ahead and clone this repo. Before you start, you should have:

  • Node 12+
  • Yarn 1.22.x

Installing dependencies

In the project directory, run:

yarn

Running the project

In the project directory, run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Running the tests

Now you can run the tests and watch them fail!

yarn test

The coding exercise

  • Add enough code to make the test pass
  • Keep track of the state of the form
  • Validate the form when the user submits
  • Change the checkboxes to appear as "tags"
  • Email your interviewer with patch file(s) containing your changes

When you have implemented the validation, the form should have a message at the top. If there are any questions for which you have not provided answers, you should see this:

validation failed

If you check off at least one option for each question, you should see this:

thank you

When you have converted the checkboxes to tags, they should look like this:

tags-selected

This project was bootstrapped with Create React App.

About

Frontend interview project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors