Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ikegee/javascriptmoviecalendar
- Owner: ikegee
- Created: 2017-11-02T19:11:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T20:49:17.000Z (about 2 months ago)
- Last Synced: 2024-11-19T21:32:58.362Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 395 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 athttp://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.