A calendar that displays events imported from a JSON file.
View Demo
·
Report Bug
·
Request Feature
Calendar is an application that parses a json file and creates events based on it.
-
The application displays current events retrieved from the sample
JSON, and does not have have the Edit/Delete/Cancel functionalities yet. -
The app has an object oriented architecture implementing encapsulation and all the global variables & functions are attributed to a single
calendarobject. -
The calendar timeline shows a normal day of 8AM - 6PM by default, unless there are events beyond the range. In case of events that do not lie in the range, the day is widened as required to show the extra events. In case of events all throughout the day, a full day calendar timeline is displayed (1AM - 12 AM).
The application has been developed using HTML, CSS, JavaScript and jQuery.
For more information about jQuery, please visit the official docs.
To run the application, just open index.html in your browser.
- Clone the repo
git clone https://github.com/nashcheez/calendar.git- Open
index.html
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
@nashcheez - nashcheez@gmail.com
Project Link: https://github.com/nashcheez/calendar
