Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ikegee/javascriptmoviecalendar

JavaScript Movie Calendar Project. Pure JavaScript with HTML and CSS. JSON file data source.
https://github.com/ikegee/javascriptmoviecalendar

Last synced: about 1 month ago
JSON representation

JavaScript Movie Calendar Project. Pure JavaScript with HTML and CSS. JSON file data source.

Awesome Lists containing this project

README

        

# JavaScript Movie Calendar
JavaScript Movie Calendar Project. JavaScript, HTML and CSS. JSON Object data source.
[Working Demo](http://calendar.geidsness.com/)

![alt text](screenshots/screen_1.png "Browser Screenshot")

## 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.