At SalesLoft, we are looking for team oriented, technically strong, and results focused engineers. We believe in empowering engineers to work in ways that bring out the best in them. With that in mind, we’ve designed this exercise to be done in your time instead of a traditonal on the spot whiteboarding challenge. We use this exercise to evaluate candidates' technical competency, but also using it as a way for you to have an idea of what it is like working at SalesLoft.
The exercise is written in React, and we’ve included a few libraries (Styled Components / React Testing Library) that we use daily. If you are not familiar with them or more comfortable with other tools, feel free to use whatever works best for you. We want this to be a good representation of what a typical day looks like, so we have included a Card that lays out the specific requirements and acceptance criteria for the exercise along with an inspectable mock.
We also believe in continuous improvement; if you have any feedback about the exercise, please submit via this google form.
- Clone the repo
$ git clone [email protected]:SalesLoft/ui-engineer-exercise.git
- Install dependencies
$ npm i
- Start the application
$ npm start
- Click the link to figma and create a free account
- Select an element to view its styles
- Hover over elements in order to see layout and spacing
Submit the exercise via Greenhouse. The submission should include:
- A link to the Github repo
- A link to a running version of the application (We recommend Netlify)
- Login to your Netlify account or create one with your Github account
- Click the “Sites” tab and click the button “New site from Git”
- Follow the setup guide
- Connect Netlify to your Github account
- Pick the repo for your exercise (If it’s not listed, you may need to configure Netlify access to Github )
- For “Branch to Deploy” Choose the branch where your final work is stored
- Build command -
npm run build
- Publish Directory -
build