Skip to content

iamraviprakash/day-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge: Day Calendar

Create a progress bar using HTML, CSS and Vanilla Javascript.

  • Implement a Calendar, that shows the events for a single day.
  • The events list is provided as an array of objects where each object has a title, start time, end time, and color code.
  • The calendar should have 12 hours display. (AM - PM format)
  • Handle the events clashes gracefully to display all the conflicting events.
  • Display the Title and Timings on the event block
  • As the challenge is UI-centric, prioritize the display of events and clash management

Assumptions:

  • The events in the array can be in any random order.
  • Event's end time will always be higher than the start time with a non zero duration.

Instructions:

  • No need to focus on responsiveness.
  • No use of any library or framework.
  • Code should be well structured with optimised solution.
  • Code should easily accomodate new requirements and minimal changes.

Detailed Task Link: day-calendar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published