Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I decided to build this app with angular and use an express server as a back-end. In order to run this app you must do the following:
"npm install"
"nodemon server.js"
''localhost:4000"
I have met all of the Requirements of the challenge as enumerated below:
Extra Credit
I spent approx 15 total working hours on this project off and on. I felt it was necessary to do some things correctly, like modularizing js files, building a basic server, creating state/routing with ui router. I didn't want to invest much more time, so I decided not to add a nested state for when the user clicks to open the modal window, which I feel would have made a more RESTful app. I also would have concated and minified the css and js files and ran shell commands with a build tool but that would have been more work that was outside the scope of the test.
Thank You,
Mike Axtman