Setup Instructions:
- Go to api directory
- From this directory, run npm install & npm start
- open index.html
Questions:
-
What are the libraries or frameworks you have chosen? and why?
Addional Library:
"https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js" used to make ajax call to get data
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" used to apply some css class
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.20.1/moment.min.js" used to format time -
If you had more time, what would you have done better?
Learn and make automated tests.
Make small screen size more organized. -
What are some of the key architecture considerations?
Edit api(express) provided to allow cross domain request.
Use css style sheet to make website look organized and responsive to different screen size.
Use Library correctly to request data and develop javascript.