Personal project to know when my next day off of work is.
- leverage https://www.smashingmagazine.com/2016/08/sghpa-single-page-app-hack-github-pages/
- Integrate with an api to fetch the holidays
Fix pluralization- Add bootstrap styles for better device support
- Change photo depending on approaching holiday
http://gavitron.github.io/nextholiday
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D