Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 324 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 324 Bytes

Calendar

npm install
npm run dev

Known Bugs

  • Editing an event then trying to add a new event causes an edit.
  • Conflict message display for every event after a conflict was found.

TODOs

  • Sort events.
  • Check if start time is greater than end time.
  • Refactor forms to not setState from props.