#Quiet Foundation Code Problem
##Instructions
- Fork the Github project https://github.com/quietfoundation/CalendarFun to your personal account
- Clone your fork
- Once you clone the project and run
bundle install
-
Seed your database
rake db:migrate db:seed -
You should be able to launch the app using
rails s or unicorn_rails -l3000
- You should see a simple calendar appear on the page.
-
Very Easy Task: Add a link on the page to create a new event
-
Debug Task: When hovering over the "One hundred days" event, only the first week becomes highlighted. Fix the bug such that all of the weeks this event lasts becomes highlighted when hovering any of its weeks.
-
Moderate Task: On the Event form, replace the group of drop downs for date input with a fancier datetime UI picker.
-
Moderate Task: Instead of taking the user to another page when clicking on an event, display the event details in a div popup.
##Submission
- Push your changes to your fork and submit a pull request.