Personal Productive Tab
- 2 Devlogs
- 5 Total hours
Created a Personal Productivity Dashboard built to organise daily task and increase productivity
Created a Personal Productivity Dashboard built to organise daily task and increase productivity
Finalized all the features and display formatting that I wanted for my productivity tab.
General Changes:
- Increased spacing by increasing CSS gap value
- Larger font by increasing CSS font rem
- Added personal quote on the top
Features:
- Changed from a single column to dual column display to save space and use up the tab space more efficiently. Single column format would cause some elements to be cut off. Done through CSS display: grid; and by setting grid-template-columns
- Workable Smart todo-list which has a checkbox and a delete feature to either mark task as complete or remove from dashboard. Implemented through JavaScript to store, append, and delete task within the todo list through localStorage.
Created the general template of the new tab page. The background image is a placeholder. Probably going to change it with something similar to nasa picture of the day but I probably want to put landscapes instead. Basic Search Bar, Shortcuts, To do list, clock, and date are created but probably need to style it more and resize