/nyt-em-dev-candidate

This code was developed for the Workpath Developer Candidate Code Project

Primary LanguageJavaScript

New York Times "Top News" API

Using this single page website, the user is able to search for articles using a key word and date. The search will return the first ten articles matching the parameters provided by the user. If there are more than ten results a button will appear giving the user the option to view all the results on one page.

image of home page

Technologies Used

  • Materialize - the frontend framework, form, buttons, and cards are all created using Materialize
  • Moment.js - Moment.js helped with converting the date and time to a diffent timezone and simplifying the reformatting of the date and time
  • jQuery - the JavaScript library everyone loves to hate, here it's mostly used for DOM manipulation
  • Google Fonts - Playfair font used for the page header and card titles

This is my completed Workpath Developer Candidate Code Project.