I've implemented a new feature in a file called pickup.js that saves the last point in the lessons that a user has read. This feature is designed to enhance the user experience by allowing them to easily pick up where they left off in their learning journey.
It saves the pathname and the scrolled value of the last visited lesson and continues at that point
Changes Made
Added a function in pickup.js to store the last read lesson point in local storage.
Modified the homepage to display a message that guides users to continue their lessons from the last read point.
Motivation
I found it difficult to remember where I left off in a series of lessons. So I thought I should contribute
I've implemented a new feature in a file called
pickup.js
that saves the last point in the lessons that a user has read. This feature is designed to enhance the user experience by allowing them to easily pick up where they left off in their learning journey.It saves the pathname and the scrolled value of the last visited lesson and continues at that point
Changes Made
Motivation
I found it difficult to remember where I left off in a series of lessons. So I thought I should contribute
Here is a gif demonstrating how it works