You’ve just created a brand new company, CodeBox! Way to go! You’ve decided that while you work on the beefy parts of your new web application, you will set up a landing page to collect information from visitors. You then hope to use this information to better inform your decision-making as you move forward in building your company. Your task is to build this landing page, using whatever languages and frameworks you are most comfortable with.
If you are a co-op candidate: Please limit the time you spend on this exercise to 1-2 hours, and submit your progress at the end. We do not expect your submission to be 100% completed.
We have broken the problem into two parts. You may choose to bounce around between the two if you’d like, or simply work on one section at a time.
Before you get started, you may be wondering what information do we want to collect from the users on our landing page?
We want to collect:
- Their name
- Their email
- Their favorite source control tool: Github, Gitlab, BitBucket, TFS, or “Other.”
- How many people work on their team?
First, build an API server that accepts a payload with customer information, as outlined above. Again, you may use whatever technology choice you’d like.
When the payload has been collected, the back-end needs to communicate the data to you. Your co-founders haven’t decided how they want to track the information yet, so your back-end should do the following things:
- Email it to you, the founder
- Send it to your Slack workspace
- Stash the information in a database
The API should also send an email to the customer, thanking them for their interest.
For co-op candidates: only choose one of these data collection approaches to implement.
Once you have an API to send data to, you’ll want to turn your attention to a front-end to collect the user input. Your co-founders are heavily inspired by TypeForm, and love the approach of asking one question at a time. Design a user interface to ask the questions, construct a payload, and send it to your API server.
We are excited to see what you develop! Please send us your code as a Github repo or as a ZIP file to [email protected] a day before your interview. We will look at it together in your upcoming technical interview. Thank you for your time, and we’re looking forward to speaking with you!