Skip to content

lvblazer/simpleFlightSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simpleFlightSearch

I want to asses your ability to create a web application and web service. It truly is the bare minimum of knowledge necessary to be successful in this position. I don't want you to spend a lot of time on this. You should be able to do this in a few hours if the job is right for you.

Flight Search

This programming task consists of building a simple web application to search for flights. Fork this repository and create your application. It should take this input from the user:

(Flight Number || (Origin && Destination)) && Date

The application will call a service that you create using either Node with Express or Java with Spring MVC. I have provided some sample data for the application in this file

Flight Documents

The file contains an array whose elements represent flights. The data should be defined as a constant in your service.

You must use Angular 4 or higher. Style however you would like. You have total freedom to do what you want but make sure it can do these two things:

• Validate that the user has provided the right criteria to make a search 
• Neatly display the results

Create a pull request once you have it working. I will clone your repository, verify that it works, and evaluate it.

About

Create a simple UI and service to query for flight information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published