Skip to content

jdiss/angularCalendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# JS Test

I would like you to assemble a grid of homework items similar to our school calendar on [https://bett.showmyhomework.co.uk/school/homeworks/calendar]()

1. Each homework item would display the fields "title", "class", "teacher" and "subject". 
2. Each item appears in the correct day. 
3. Each item is coloured-coded per subject. 
4. Items are stacked from top to bottom on each day arbitrarily. 
5. Each item is draggable; once it is dragged to a different day, its "day" value should change. 
6. When clicked, an item will appear in an overlay, that will allow the user to edit the title, class and day; when the day is changed, the item should appear in the correct day column

About

Angular Calendar Drag and Drop with data from JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.4%
  • HTML 25.7%
  • JavaScript 23.9%