Git Product home page Git Product logo

applications-interview's Introduction

Euclid Applications Interview

Hi there!

Thanks for taking the Euclid applications team interview! One of Euclid's major applications is a captive portal that is used to ingest emails when users log on to wifi. The goal of this interview is to build a basic captive portal web app that can accept an email address, verify that it is in the correct format and then post it as a JSON package to Euclid's API:

Euclid API URL:

https://test.euclidporisms.net/captiveportal/interview

JSON package:

{
	"subscription_id": "interview_emails",
	"device_mac": "AA:BB:CC:DD:EE:FF",
	"ap_mac": "88:15:44:5E:E9:E0",
	"client_name": "euclid_hq",
	"email": "[email protected]"
}

A successful payload will post a 200, while anything malformed will post a 401.

We'd also like to display the Euclid logo and a link to the privacy policy; both of which can be found in the assets folder.

Lastly, upon form submission, we'd like to display a page that thanks the user for submitting their email address.

Submission Guidelines

You can use any language/framework that you feel confident in. We'd like for you to create a new branch as firstname-lastname and commit all of your changes there. We'd also like you to update the Readme for that branch with instructions on how to run your app.

Please take no longer than 24 hours from your start time to complete this interview application, you shouldn't need any longer

applications-interview's People

Contributors

parnaudo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.