This project has been complied by Lloyd and Nav. The Planify task planner is an easy to use web application that has been built keeping in mind mobile first customization as well. The Navbar has three links HOME, FORM and ABOUT us HOME - can be used to Navigate back from the ABOUT us page FORM - scrolls directly to the form section, same can be achieved by clicking on the Planify logo. ABOUT US - has the fun fact about the developers of this application Users need to populate all the fields and submit the form. Error messages will show the reason for submit button not firing. The following are the validation rules.
- First Name and Last name section should be between 3 - 15 characters
- Description must have between 5 - 30 characters.
- Assigned to section should be between 3 - 15 characters
- Date must be a future date
- Status - by default is set has TODO.
The submit button will save all the new details in the local storage and will load everytime the page is loaded or refreshed. The collapse button collapses and expands the list section. The list section is on display when a list exists by default Mark as done button changes the status on the list to DONE The delete button deletes the tasks details from the local storage