Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.5 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.5 KB

JavaScript Movie Calendar

JavaScript Movie Calendar Project. JavaScript, HTML and CSS. JSON Object data source. Working Demo

alt text

Features

  • Weekly/Monthly calendar views
  • Dynamic movie showings display
  • Interactive date navigation
  • Detailed movie information panel
  • JSON-based data management
  • Responsive date selection

Technical Stack

  • JavaScript (ES5)
  • jQuery
  • XMLHttpRequest for AJAX
  • JSON data structure

Project Structure

  • calendar.js - Main application logic and event handlers
  • date.js - Date manipulation utilities
  • dateDisplay.js - Calendar display components
  • jsonShows/ - Directory containing movie showing data

Usage

The calendar initializes to the current month view. Users can:

  1. Toggle between week/month views
  2. Navigate through dates
  3. Click on dates to view movie showings
  4. View detailed movie information

License

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.