JavaScript Movie Calendar Project. JavaScript, HTML and CSS. JSON Object data source. Working Demo
- Weekly/Monthly calendar views
- Dynamic movie showings display
- Interactive date navigation
- Detailed movie information panel
- JSON-based data management
- Responsive date selection
- JavaScript (ES5)
- jQuery
- XMLHttpRequest for AJAX
- JSON data structure
calendar.js
- Main application logic and event handlersdate.js
- Date manipulation utilitiesdateDisplay.js
- Calendar display componentsjsonShows/
- Directory containing movie showing data
The calendar initializes to the current month view. Users can:
- Toggle between week/month views
- Navigate through dates
- Click on dates to view movie showings
- View detailed movie information
Copyright (c) 2014 G.E. Eidsness
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.