/us-holidays

An angular apps that lists information about US holidays.

Primary LanguageJavaScript

US Holidays Angular App

This app combines AngularJS 1.x, UI-Router, AngularJS Material, and the Holiday API to create a simple app that displays a list of US Holidays.

Instructions

Download the repo and use http-server (or your favorite tool) to serve the app on your local host.

To Do

  • Bundle assets with Webpack and NPM.
  • Add iconography to holiday detail view.
  • Consider using a controller to display the public status of a holiday as a chip.
  • Consider verical sidebar nav with a list detail view similar to the Angular Material starter project.
  • Research best practices for including API keys client side.