Skip to content

An application that parses a json and creates events based on it.

License

Notifications You must be signed in to change notification settings

nashcheez/calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


calendar-logo

Calendar

A calendar that displays events imported from a JSON file.

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Product Name Screen Shot

Calendar is an application that parses a json file and creates events based on it.

Key Features

  • 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 calendar object.

  • 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).

Built With

The application has been developed using HTML, CSS, JavaScript and jQuery.

For more information about jQuery, please visit the official docs.

Getting Started

To run the application, just open index.html in your browser.

Installation

  1. Clone the repo
git clone https://github.com/nashcheez/calendar.git
  1. Open index.html

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

@nashcheez - nashcheez@gmail.com

Project Link: https://github.com/nashcheez/calendar

About

An application that parses a json and creates events based on it.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages