nasimjibs / react-calendar

0 stars 0 forks source link

View-able calendar #1

Open nasimjibs opened 8 years ago

nasimjibs commented 8 years ago

View-able calendar As a member of organization I need a digital calendar similar to paper calendar where I should be easily able to navigate between different dates, month and year. Later I should be able to use it to manage my events and tasks. Acceptance criteria:

nasimjibs commented 8 years ago
  1. Implement monthly view of calendar.
  2. Find a calendar library to retrieve current dates and other date related information.
  3. Implement navigation support to navigate to next or previous month.
  4. above tasks(1,2,3) for week view
  5. above tasks(1,2,3) for year view
nasimjibs commented 8 years ago

Encountered with the following error two times: [BABEL] Note: The code generator has deoptimised the styling of as it exceeds the max of "100 KB"

nasimjibs commented 8 years ago

mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create