#Guest Calendar
https://giocodes.github.io/guest-calendar/
- Fetch data of guest profile, stays, and rates from JSON file
- Day, week or month view through filters
- Total number of guests, rates collected, and fees
- Filter by property, source and status
- Click or tap contact for profile details
- Profile photo placeholders
- Add new guests (without persistent data)
- Omnisearch box
- Responsive layout
- W3C valid HTML5 and CSS3
Angular Bootstrap LESS
-
Ensure to understand the challenge and wireframe creation ###Main ###Guest Profile
-
Review data source (JSON) and analyze how to integrate. Decided to use Angular's $http service to load the JSON data.
-
Worked on the filters logic and dates localization.
-
Theme and styling using LESS to leverage variables and DRY the stylesheet.
-
QA and Deployment.