A Basic landing page. I enjoyed this simple programme and it helped me understand the basic fundamentals of programming.
- Saves the name and focus of the day for the user
- Displays the date and time
- Background image and greeting changes depending on time of day (morning, afternoon and evening).
git clone https://github.com/Elkennard/dynamic_landing_page.git
open with live server
Local storage is not implemented. On refreshing the page, the name and task inputted is lost
Implement local storage.
Created using the help of a tutorial on YouTube